@babel/core
Advanced tools
Comparing version 7.5.4 to 7.5.5
@@ -201,2 +201,3 @@ "use strict"; | ||
helpers().ensure(name); | ||
const uid = this.declarations[name] = this.scope.generateUidIdentifier(name); | ||
@@ -203,0 +204,0 @@ const dependencies = {}; |
{ | ||
"name": "@babel/core", | ||
"version": "7.5.4", | ||
"version": "7.5.5", | ||
"description": "Babel compiler core.", | ||
@@ -36,13 +36,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/code-frame": "^7.0.0", | ||
"@babel/generator": "^7.5.0", | ||
"@babel/helpers": "^7.5.4", | ||
"@babel/parser": "^7.5.0", | ||
"@babel/code-frame": "^7.5.5", | ||
"@babel/generator": "^7.5.5", | ||
"@babel/helpers": "^7.5.5", | ||
"@babel/parser": "^7.5.5", | ||
"@babel/template": "^7.4.4", | ||
"@babel/traverse": "^7.5.0", | ||
"@babel/types": "^7.5.0", | ||
"@babel/traverse": "^7.5.5", | ||
"@babel/types": "^7.5.5", | ||
"convert-source-map": "^1.1.0", | ||
"debug": "^4.1.0", | ||
"json5": "^2.1.0", | ||
"lodash": "^4.17.11", | ||
"lodash": "^4.17.13", | ||
"resolve": "^1.3.2", | ||
@@ -53,6 +53,6 @@ "semver": "^5.4.1", | ||
"devDependencies": { | ||
"@babel/helper-transform-fixture-test-runner": "^7.5.0", | ||
"@babel/register": "^7.4.4" | ||
"@babel/helper-transform-fixture-test-runner": "^7.5.5", | ||
"@babel/register": "^7.5.5" | ||
}, | ||
"gitHead": "a9a7f4e690b15d569deb8a53719f37d6dc09393b" | ||
"gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133321
3950
Updated@babel/code-frame@^7.5.5
Updated@babel/generator@^7.5.5
Updated@babel/helpers@^7.5.5
Updated@babel/parser@^7.5.5
Updated@babel/traverse@^7.5.5
Updated@babel/types@^7.5.5
Updatedlodash@^4.17.13