@babel/plugin-transform-modules-commonjs
Advanced tools
Comparing version 7.8.3 to 7.9.0
@@ -140,3 +140,3 @@ "use strict"; | ||
let moduleName = this.getModuleName(); | ||
let moduleName = (0, _helperModuleTransforms.getModuleName)(this.file.opts, options); | ||
if (moduleName) moduleName = _core.types.stringLiteral(moduleName); | ||
@@ -143,0 +143,0 @@ const { |
{ | ||
"name": "@babel/plugin-transform-modules-commonjs", | ||
"version": "7.8.3", | ||
"version": "7.9.0", | ||
"description": "This plugin transforms ES2015 modules to CommonJS", | ||
@@ -12,3 +12,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs", | ||
"dependencies": { | ||
"@babel/helper-module-transforms": "^7.8.3", | ||
"@babel/helper-module-transforms": "^7.9.0", | ||
"@babel/helper-plugin-utils": "^7.8.3", | ||
@@ -25,7 +25,7 @@ "@babel/helper-simple-access": "^7.8.3", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.3", | ||
"@babel/core": "^7.9.0", | ||
"@babel/helper-plugin-test-runner": "^7.8.3", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.8.0" | ||
}, | ||
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017" | ||
"gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02" | ||
} |
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
9060