babel-plugin-transform-async-to-generator
Advanced tools
Comparing version 6.22.0 to 7.0.0-alpha.1
@@ -7,3 +7,3 @@ "use strict"; | ||
return { | ||
inherits: require("babel-plugin-syntax-async-functions"), | ||
inherits: _babelPluginSyntaxAsyncFunctions2.default, | ||
@@ -26,4 +26,6 @@ visitor: { | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _babelPluginSyntaxAsyncFunctions = require("babel-plugin-syntax-async-functions"); | ||
module.exports = exports["default"]; | ||
var _babelPluginSyntaxAsyncFunctions2 = _interopRequireDefault(_babelPluginSyntaxAsyncFunctions); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "babel-plugin-transform-async-to-generator", | ||
"version": "6.22.0", | ||
"version": "7.0.0-alpha.1", | ||
"description": "Turn async functions into ES2015 generators", | ||
@@ -12,9 +12,8 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator", | ||
"dependencies": { | ||
"babel-helper-remap-async-to-generator": "^6.22.0", | ||
"babel-plugin-syntax-async-functions": "^6.8.0", | ||
"babel-runtime": "^6.22.0" | ||
"babel-helper-remap-async-to-generator": "7.0.0-alpha.1", | ||
"babel-plugin-syntax-async-functions": "7.0.0-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "^6.22.0" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.1" | ||
} | ||
} |
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
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
2357
2
19
2
+ Addedbabel-code-frame@7.0.0-alpha.1(transitive)
+ Addedbabel-helper-function-name@7.0.0-alpha.1(transitive)
+ Addedbabel-helper-get-function-arity@7.0.0-alpha.1(transitive)
+ Addedbabel-helper-remap-async-to-generator@7.0.0-alpha.1(transitive)
+ Addedbabel-messages@7.0.0-alpha.1(transitive)
+ Addedbabel-plugin-syntax-async-functions@7.0.0-alpha.1(transitive)
+ Addedbabel-template@7.0.0-alpha.1(transitive)
+ Addedbabel-traverse@7.0.0-alpha.1(transitive)
+ Addedbabel-types@7.0.0-alpha.1(transitive)
+ Addedbabylon@7.0.0-beta.4(transitive)
- Removedbabel-runtime@^6.22.0
- Removedbabel-code-frame@6.26.0(transitive)
- Removedbabel-helper-function-name@6.24.1(transitive)
- Removedbabel-helper-get-function-arity@6.24.1(transitive)
- Removedbabel-helper-remap-async-to-generator@6.24.1(transitive)
- Removedbabel-messages@6.23.0(transitive)
- Removedbabel-plugin-syntax-async-functions@6.13.0(transitive)
- Removedbabel-runtime@6.26.0(transitive)
- Removedbabel-template@6.26.0(transitive)
- Removedbabel-traverse@6.26.0(transitive)
- Removedbabel-types@6.26.0(transitive)
- Removedbabylon@6.18.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.11.1(transitive)