@babel/plugin-transform-shorthand-properties
Advanced tools
Comparing version 7.8.0 to 7.8.3
{ | ||
"name": "@babel/plugin-transform-shorthand-properties", | ||
"version": "7.8.0", | ||
"version": "7.8.3", | ||
"description": "Compile ES2015 shorthand properties to ES5", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-shorthand-properties", | ||
"license": "MIT", | ||
"type": "commonjs", | ||
"publishConfig": { | ||
@@ -16,3 +15,3 @@ "access": "public" | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.8.0" | ||
"@babel/helper-plugin-utils": "^7.8.3" | ||
}, | ||
@@ -23,6 +22,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.8.0", | ||
"@babel/helper-plugin-test-runner": "^7.8.0" | ||
"@babel/core": "^7.8.3", | ||
"@babel/helper-plugin-test-runner": "^7.8.3" | ||
}, | ||
"gitHead": "2486615a74580283c49475d66067bd7fcab3330e" | ||
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017" | ||
} |
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
3156