babel-plugin-syntax-do-expressions
Advanced tools
Comparing version 6.5.0 to 6.8.0
@@ -1,7 +0,7 @@ | ||
"use strict"; | ||
/*istanbul ignore next*/"use strict"; | ||
exports.__esModule = true; | ||
exports["default"] = function () { | ||
return { | ||
exports.default = function () { | ||
return { /*istanbul ignore next*/ | ||
manipulateOptions: function manipulateOptions(opts, parserOpts) { | ||
@@ -13,2 +13,2 @@ parserOpts.plugins.push("doExpressions"); | ||
module.exports = exports["default"]; | ||
/*istanbul ignore next*/module.exports = exports["default"]; |
{ | ||
"name": "babel-plugin-syntax-do-expressions", | ||
"version": "6.5.0", | ||
"version": "6.8.0", | ||
"description": "Allow parsing of do expressions", | ||
@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions", | ||
"dependencies": { | ||
"babel-runtime": "^5.0.0" | ||
"babel-runtime": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "^6.3.13" | ||
"babel-helper-plugin-test-runner": "^6.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
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
1255
1
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.11.1(transitive)
- Removedbabel-runtime@5.8.38(transitive)
- Removedcore-js@1.2.7(transitive)
Updatedbabel-runtime@^6.0.0