Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-async-generator-functions

Package Overview
Dependencies
58
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.18.10 to 7.19.0

lib/for-await.js.map

4

lib/for-await.js

@@ -86,2 +86,4 @@ "use strict";

};
}
}
//# sourceMappingURL=for-await.js.map

@@ -32,4 +32,6 @@ "use strict";

if (!node.delegate) return;
const callee = state.addHelper("asyncGeneratorDelegate");
node.argument = _core.types.callExpression(callee, [_core.types.callExpression(state.addHelper("asyncIterator"), [node.argument]), state.addHelper("awaitAsyncGenerator")]);
const asyncIter = _core.types.callExpression(state.addHelper("asyncIterator"), [node.argument]);
node.argument = _core.types.callExpression(state.addHelper("asyncGeneratorDelegate"), [asyncIter, state.addHelper("awaitAsyncGenerator")]);
}

@@ -105,2 +107,4 @@

exports.default = _default;
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.18.10",
"version": "7.19.0",
"description": "Turn async generator functions into ES2015 generators",

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

"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-plugin-utils": "^7.18.9",
"@babel/helper-plugin-utils": "^7.19.0",
"@babel/helper-remap-async-to-generator": "^7.18.9",

@@ -30,3 +30,3 @@ "@babel/plugin-syntax-async-generators": "^7.8.4"

"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/helper-plugin-test-runner": "^7.18.6",

@@ -33,0 +33,0 @@ "babel-plugin-polyfill-corejs3": "^0.5.3",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc