@babel/plugin-transform-shorthand-properties
Advanced tools
Comparing version 7.0.0 to 7.2.0
@@ -31,2 +31,3 @@ "use strict"; | ||
return { | ||
name: "transform-shorthand-properties", | ||
visitor: { | ||
@@ -33,0 +34,0 @@ ObjectMethod(path) { |
{ | ||
"name": "@babel/plugin-transform-shorthand-properties", | ||
"version": "7.0.0", | ||
"version": "7.2.0", | ||
"description": "Compile ES2015 shorthand properties to ES5", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-shorthand-properties", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "lib/index.js", | ||
@@ -18,5 +21,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/core": "^7.2.0", | ||
"@babel/helper-plugin-test-runner": "^7.0.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
3289
44
1