Socket
Socket
Sign inDemoInstall

babel-core

Package Overview
Dependencies
51
Maintainers
6
Versions
257
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.16.0 to 6.17.0

16

lib/transformation/file/options/option-manager.js

@@ -5,2 +5,6 @@ "use strict";

var _objectWithoutProperties2 = require("babel-runtime/helpers/objectWithoutProperties");
var _objectWithoutProperties3 = _interopRequireDefault(_objectWithoutProperties2);
var _stringify = require("babel-runtime/core-js/json/stringify");

@@ -301,4 +305,14 @@

if ((typeof val === "undefined" ? "undefined" : (0, _typeof3.default)(val)) === "object" && val.__esModule) val = val.default;
if ((typeof val === "undefined" ? "undefined" : (0, _typeof3.default)(val)) === "object" && val.__esModule) {
if (val.default) {
val = val.default;
} else {
var _val2 = val;
var __esModule = _val2.__esModule;
var rest = (0, _objectWithoutProperties3.default)(_val2, ["__esModule"]);
val = rest;
}
}
if ((typeof val === "undefined" ? "undefined" : (0, _typeof3.default)(val)) === "object" && val.buildPreset) val = val.buildPreset;

@@ -305,0 +319,0 @@

@@ -121,2 +121,4 @@ "use strict";

if (shadowFunction) init._shadowedFunctionLiteral = shadowFunction;
fnPath.scope.push({ id: id, init: init });

@@ -123,0 +125,0 @@ }

4

package.json
{
"name": "babel-core",
"version": "6.16.0",
"version": "6.17.0",
"description": "Babel compiler core.",

@@ -28,3 +28,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"babel-code-frame": "^6.16.0",
"babel-generator": "^6.16.0",
"babel-generator": "^6.17.0",
"babel-helpers": "^6.16.0",

@@ -31,0 +31,0 @@ "babel-messages": "^6.8.0",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc