Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-async-to-generator

Package Overview
Dependencies
Maintainers
6
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-async-to-generator - npm Package Compare versions

Comparing version 6.22.0 to 7.0.0-alpha.1

8

lib/index.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc