Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 8, 2024 via pnpm

babel-cli 6.26.0

Babel command line.
Package summary
Share
14
issues
1
critical severity
vulnerability
1
11
high severity
vulnerability
2
meta
9
2
low severity
vulnerability
2
5
licenses
175
MIT
11
ISC
1
(MIT OR Apache-2.0)
2
other licenses
BSD-2-Clause
1
BSD-3-Clause
1
Package created
29 Oct 2015
Version published
16 Aug 2017
Maintainers
3
Total deps
189
Direct deps
15
License
MIT

Issues

14

11 high severity issues

high
Recommendation: Upgrade to version 5.1.2 or later
via: chokidar@1.7.0
Recommendation: Upgrade to version 1.0.2 or later
via: babel-core@6.26.3 & others
via: chokidar@1.7.0
via: babel-core@6.26.3 & others
via: babel-core@6.26.3 & others
via: chokidar@1.7.0
via: chokidar@1.7.0
via: chokidar@1.7.0
via: chokidar@1.7.0
via: chokidar@1.7.0
via: chokidar@1.7.0
Collapse
Expand

2 low severity issues

low
Recommendation: Upgrade to version 2.3.1 or later
via: chokidar@1.7.0
Recommendation: Upgrade to version 2.3.1 or later
via: chokidar@1.7.0
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
175 Packages, Including:
ansi-regex@2.1.1
ansi-styles@2.2.1
arr-diff@2.0.0
arr-diff@4.0.0
arr-flatten@1.1.0
arr-union@3.1.0
array-unique@0.2.1
array-unique@0.3.2
assign-symbols@1.0.0
async-each@1.0.6
babel-cli@6.26.0
babel-code-frame@6.26.0
babel-core@6.26.3
babel-generator@6.26.1
babel-helpers@6.24.1
babel-messages@6.23.0
babel-polyfill@6.26.0
babel-register@6.26.0
babel-runtime@6.26.0
babel-template@6.26.0
babel-traverse@6.26.0
babel-types@6.26.0
babylon@6.18.0
balanced-match@1.0.2
base@0.11.2
binary-extensions@1.13.1
bindings@1.5.0
brace-expansion@1.1.11
braces@1.8.5
braces@2.3.2
cache-base@1.0.1
chalk@1.1.3
chokidar@1.7.0
class-utils@0.3.6
collection-visit@1.0.0
commander@2.20.3
component-emitter@1.3.1
concat-map@0.0.1
convert-source-map@1.9.0
copy-descriptor@0.1.1
core-js@2.6.12
core-util-is@1.0.3
debug@2.6.9
decode-uri-component@0.2.2
define-property@0.2.5
define-property@1.0.0
define-property@2.0.2
detect-indent@4.0.0
escape-string-regexp@1.0.5
expand-brackets@0.1.5

ISC License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
Cannot
hold-liable
Must
include-copyright
include-license
11 Packages, Including:
anymatch@1.3.2
fs.realpath@1.0.0
glob-parent@2.0.0
glob@7.2.3
graceful-fs@4.2.11
inflight@1.0.6
inherits@2.0.4
minimatch@3.1.2
once@1.4.0
remove-trailing-separator@1.1.0
wrappy@1.0.2

(MIT OR Apache-2.0)

Permissive
1 Packages, Including:
atob@2.1.2

BSD 2-Clause "Simplified" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
esutils@2.0.3

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
source-map@0.5.7
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

15
All Dependencies CSV
β“˜ This is a list of babel-cli 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
babel-core6.26.323.21 kBMIT
prod
1
3
babel-polyfill6.26.0129.23 kBMIT
prod
2
babel-register6.26.04.24 kBMIT
prod
1
3
babel-runtime6.26.013.06 kBMIT
prod
2
chokidar1.7.022.33 kBMIT
prod optional
8
2
commander2.20.318.26 kBMIT
prod
convert-source-map1.9.03.91 kBMIT
prod
fs-readdir-recursive1.1.01.98 kBMIT
prod
glob7.2.315.08 kBISC
prod
lodash4.17.21311.49 kBMIT
prod
output-file-sync1.1.21.71 kBMIT
prod
path-is-absolute1.0.11.84 kBMIT
prod optional
slash1.0.01020 BMIT
prod
source-map0.5.7185.31 kBBSD-3-Clause
prod optional
v8flags2.1.13.87 kBMIT
prod

Visualizations

Frequently Asked Questions

What does babel-cli do?

Babel-cli is a command-line interface for Babel, a renowned JavaScript compiler. Its main function is to transform your ES2015+ code into a backward compatible version of JavaScript that can be run by older JavaScript engines. Babel-cli achieves this by using plugins to transform the source code into a version that's compatible with older environments.

How do you use babel-cli?

Using babel-cli involves a two-step process: installation and usage. First, you install babel-cli in your project with the npm package manager using the following command in your terminal:

npm install --save-dev babel-cli

After successful installation, you can then use the package to convert your modern JavaScript file into a version that's widely supported. Here's an example:

babel script.js

In this command, replace "script.js" with the name of your JavaScript file. Once you run the command, babel-cli will transform your ES2015+ code in 'script.js' file into backward-compatible JavaScript.

Where are the babel-cli docs?

You can find more advanced details and options for using babel-cli in the official Babel documentation. Visit Babel CLI documentation to get more in-depth understanding and explore all the capabilities and configurations possible with babel-cli. The documentation covers all functionality including command-line options, usage examples, and more in a comprehensive and easy-to-understand manner.