@babel/plugin-proposal-function-bind
Advanced tools
Comparing version 7.0.0-rc.4 to 7.0.0
{ | ||
"name": "@babel/plugin-proposal-function-bind", | ||
"version": "7.0.0-rc.4", | ||
"version": "7.0.0", | ||
"description": "Compile function bind operator to ES5", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-bind", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.0.0-rc.4", | ||
"@babel/plugin-syntax-function-bind": "^7.0.0-rc.4" | ||
"@babel/helper-plugin-utils": "^7.0.0", | ||
"@babel/plugin-syntax-function-bind": "^7.0.0" | ||
}, | ||
@@ -20,5 +20,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-rc.4", | ||
"@babel/helper-plugin-test-runner": "^7.0.0-rc.4" | ||
"@babel/core": "^7.0.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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
4554