@babel/plugin-transform-object-assign
Advanced tools
Comparing version 7.0.0 to 7.2.0
@@ -21,2 +21,3 @@ "use strict"; | ||
return { | ||
name: "transform-object-assign", | ||
visitor: { | ||
@@ -23,0 +24,0 @@ CallExpression: function (path, file) { |
{ | ||
"name": "@babel/plugin-transform-object-assign", | ||
"version": "7.0.0", | ||
"version": "7.2.0", | ||
"description": "Replace Object.assign with an inline helper", | ||
@@ -8,2 +8,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "lib/index.js", | ||
@@ -20,5 +23,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/core": "^7.2.0", | ||
"@babel/helper-plugin-test-runner": "^7.0.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
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
2783
25
1