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