babel-plugin-syntax-function-bind
Advanced tools
Comparing version 6.13.0 to 7.0.0-alpha.1
@@ -11,4 +11,2 @@ "use strict"; | ||
}; | ||
}; | ||
module.exports = exports["default"]; | ||
}; |
{ | ||
"name": "babel-plugin-syntax-function-bind", | ||
"version": "6.13.0", | ||
"version": "7.0.0-alpha.1", | ||
"description": "Allow parsing of function bind", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind", |
@@ -8,3 +8,3 @@ # babel-plugin-syntax-function-bind | ||
```sh | ||
$ npm install babel-plugin-syntax-function-bind | ||
npm install --save-dev babel-plugin-syntax-function-bind | ||
``` | ||
@@ -27,3 +27,3 @@ | ||
```sh | ||
$ babel --plugins syntax-function-bind script.js | ||
babel --plugins syntax-function-bind script.js | ||
``` | ||
@@ -30,0 +30,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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1065
8
2