Socket
Socket
Sign inDemoInstall

@babel/core

Package Overview
Dependencies
Maintainers
5
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/core - npm Package Compare versions

Comparing version 7.1.6 to 7.2.0

2

lib/config/config-chain.js

@@ -50,3 +50,3 @@ "use strict";

presets: dedupDescriptors(chain.presets),
options: chain.options
options: chain.options.map(o => normalizeOptions(o))
};

@@ -53,0 +53,0 @@ }

@@ -50,3 +50,4 @@ "use strict";

caller,
assertVersion
assertVersion,
tokTypes: undefined
};

@@ -53,0 +54,0 @@ }

@@ -43,2 +43,8 @@ "use strict";

});
Object.defineProperty(exports, "tokTypes", {
enumerable: true,
get: function () {
return _parser().tokTypes;
}
});
Object.defineProperty(exports, "traverse", {

@@ -175,2 +181,12 @@ enumerable: true,

function _parser() {
const data = require("@babel/parser");
_parser = function () {
return data;
};
return data;
}
function _traverse() {

@@ -177,0 +193,0 @@ const data = _interopRequireDefault(require("@babel/traverse"));

{
"name": "@babel/core",
"version": "7.1.6",
"version": "7.2.0",
"description": "Babel compiler core.",

@@ -37,8 +37,8 @@ "main": "lib/index.js",

"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.1.6",
"@babel/helpers": "^7.1.5",
"@babel/parser": "^7.1.6",
"@babel/generator": "^7.2.0",
"@babel/helpers": "^7.2.0",
"@babel/parser": "^7.2.0",
"@babel/template": "^7.1.2",
"@babel/traverse": "^7.1.6",
"@babel/types": "^7.1.6",
"@babel/types": "^7.2.0",
"convert-source-map": "^1.1.0",

@@ -45,0 +45,0 @@ "debug": "^4.1.0",

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