Socket
Socket
Sign inDemoInstall

@babel/cli

Package Overview
Dependencies
Maintainers
5
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/cli - npm Package Compare versions

Comparing version 7.0.0-rc.1 to 7.0.0-rc.2

8

lib/babel/util.js

@@ -100,4 +100,9 @@ "use strict";

const CALLER = {
name: "@babel/cli"
};
function transform(filename, code, opts) {
opts = Object.assign({}, opts, {
caller: CALLER,
filename

@@ -113,2 +118,5 @@ });

function compile(filename, opts) {
opts = Object.assign({}, opts, {
caller: CALLER
});
return new Promise((resolve, reject) => {

@@ -115,0 +123,0 @@ babel().transformFile(filename, opts, (err, result) => {

6

package.json
{
"name": "@babel/cli",
"version": "7.0.0-rc.1",
"version": "7.0.0-rc.2",
"description": "Babel command line.",

@@ -36,4 +36,4 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"devDependencies": {
"@babel/core": "7.0.0-rc.1",
"@babel/helper-fixtures": "7.0.0-rc.1"
"@babel/core": "7.0.0-rc.2",
"@babel/helper-fixtures": "7.0.0-rc.2"
},

@@ -40,0 +40,0 @@ "bin": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc