Socket
Socket
Sign inDemoInstall

@babel/core

Package Overview
Dependencies
Maintainers
5
Versions
192
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.4.5 to 7.5.0

4

lib/config/files/configuration.js

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

if (conf) {
debug("Found root config %o in $o.", BABEL_CONFIG_JS_FILENAME, dirname);
debug("Found root config %o in %o.", BABEL_CONFIG_JS_FILENAME, dirname);
}

@@ -169,3 +169,3 @@

debug("Loaded config %o from $o.", name, dirname);
debug("Loaded config %o from %o.", name, dirname);
return conf;

@@ -172,0 +172,0 @@ }

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

if (typeof value !== "string" && typeof value !== "function" && !(value instanceof RegExp)) {
throw new Error(`${msg(loc)} must be an array of string/Funtion/RegExp values, or undefined`);
throw new Error(`${msg(loc)} must be an array of string/Function/RegExp values, or undefined`);
}

@@ -171,0 +171,0 @@

{
"name": "@babel/core",
"version": "7.4.5",
"version": "7.5.0",
"description": "Babel compiler core.",

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

"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.4.4",
"@babel/helpers": "^7.4.4",
"@babel/parser": "^7.4.5",
"@babel/generator": "^7.5.0",
"@babel/helpers": "^7.5.0",
"@babel/parser": "^7.5.0",
"@babel/template": "^7.4.4",
"@babel/traverse": "^7.4.5",
"@babel/types": "^7.4.4",
"@babel/traverse": "^7.5.0",
"@babel/types": "^7.5.0",
"convert-source-map": "^1.1.0",

@@ -53,6 +53,6 @@ "debug": "^4.1.0",

"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.4.4",
"@babel/helper-transform-fixture-test-runner": "^7.5.0",
"@babel/register": "^7.4.4"
},
"gitHead": "33ab4f166117e2380de3955a0842985f578b01b8"
"gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4"
}
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