Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-async-to-generator

Package Overview
Dependencies
Maintainers
6
Versions
80
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 7.16.7 to 7.16.8

5

lib/index.js

@@ -23,2 +23,3 @@ "use strict";

const noNewArrows = api.assumption("noNewArrows");
const ignoreFunctionLength = api.assumption("ignoreFunctionLength");

@@ -41,3 +42,3 @@ if (method && module) {

wrapAsync
}, noNewArrows);
}, noNewArrows, ignoreFunctionLength);
}

@@ -56,3 +57,3 @@

wrapAsync: state.addHelper("asyncToGenerator")
}, noNewArrows);
}, noNewArrows, ignoreFunctionLength);
}

@@ -59,0 +60,0 @@

4

package.json
{
"name": "@babel/plugin-transform-async-to-generator",
"version": "7.16.7",
"version": "7.16.8",
"description": "Turn async functions into ES2015 generators",

@@ -22,3 +22,3 @@ "repository": {

"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-remap-async-to-generator": "^7.16.7"
"@babel/helper-remap-async-to-generator": "^7.16.8"
},

@@ -25,0 +25,0 @@ "peerDependencies": {

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