@babel/plugin-transform-modules-systemjs
Advanced tools
Comparing version 7.12.0 to 7.12.1
{ | ||
"name": "@babel/plugin-transform-modules-systemjs", | ||
"version": "7.12.0", | ||
"version": "7.12.1", | ||
"description": "This plugin transforms ES2015 modules to SystemJS", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"@babel/helper-hoist-variables": "^7.10.4", | ||
"@babel/helper-module-transforms": "^7.12.0", | ||
"@babel/helper-module-transforms": "^7.12.1", | ||
"@babel/helper-plugin-utils": "^7.10.4", | ||
@@ -30,6 +30,6 @@ "@babel/helper-validator-identifier": "^7.10.4", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.0", | ||
"@babel/helper-plugin-test-runner": "^7.10.4", | ||
"@babel/core": "^7.12.1", | ||
"@babel/helper-plugin-test-runner": "7.10.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.0" | ||
} | ||
} |
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
20410