babel-plugin-syntax-function-bind
Advanced tools
Comparing version 6.8.0 to 6.13.0
@@ -1,2 +0,2 @@ | ||
/*istanbul ignore next*/"use strict"; | ||
"use strict"; | ||
@@ -6,3 +6,3 @@ exports.__esModule = true; | ||
exports.default = function () { | ||
return { /*istanbul ignore next*/ | ||
return { | ||
manipulateOptions: function manipulateOptions(opts, parserOpts) { | ||
@@ -14,2 +14,2 @@ parserOpts.plugins.push("functionBind"); | ||
/*istanbul ignore next*/module.exports = exports["default"]; | ||
module.exports = exports["default"]; |
{ | ||
"name": "babel-plugin-syntax-function-bind", | ||
"version": "6.8.0", | ||
"version": "6.13.0", | ||
"description": "Allow parsing of function bind", | ||
@@ -11,8 +11,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind", | ||
], | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "^6.8.0" | ||
} | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
} |
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
0
0
1089
- Removedbabel-runtime@^6.0.0
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.11.1(transitive)