@babel/plugin-syntax-dynamic-import
Advanced tools
Comparing version 7.0.0 to 7.2.0
@@ -21,2 +21,4 @@ "use strict"; | ||
return { | ||
name: "syntax-dynamic-import", | ||
manipulateOptions(opts, parserOpts) { | ||
@@ -23,0 +25,0 @@ parserOpts.plugins.push("dynamicImport"); |
{ | ||
"name": "@babel/plugin-syntax-dynamic-import", | ||
"version": "7.0.0", | ||
"version": "7.2.0", | ||
"description": "Allow parsing of import()", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "lib/index.js", | ||
@@ -18,4 +21,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0" | ||
"@babel/core": "^7.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
2571
21
1