@babel/plugin-proposal-object-rest-spread
Advanced tools
Comparing version 7.7.7 to 7.8.0
{ | ||
"name": "@babel/plugin-proposal-object-rest-spread", | ||
"version": "7.7.7", | ||
"version": "7.8.0", | ||
"description": "Compile object rest and spread to ES5", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread", | ||
"license": "MIT", | ||
"type": "commonjs", | ||
"publishConfig": { | ||
@@ -15,4 +16,4 @@ "access": "public" | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.0.0", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.7.4" | ||
"@babel/helper-plugin-utils": "^7.8.0", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.8.0" | ||
}, | ||
@@ -23,6 +24,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.7.7", | ||
"@babel/helper-plugin-test-runner": "^7.7.4" | ||
"@babel/core": "^7.8.0", | ||
"@babel/helper-plugin-test-runner": "^7.8.0" | ||
}, | ||
"gitHead": "12da0941c898987ae30045a9da90ed5bf58ecaf9" | ||
"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
15997