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.20.1 to 7.20.7

9

lib/index.js

@@ -59,7 +59,6 @@ "use strict";

_core.types.inherits(loop.body, node.body);
if (build.replaceParent) {
path.parentPath.replaceWithMultiple(build.node);
} else {
path.replaceWithMultiple(build.node);
}
const p = build.replaceParent ? path.parentPath : path;
p.replaceWithMultiple(build.node);
p.scope.parent.crawl();
}

@@ -66,0 +65,0 @@ }, _helperEnvironmentVisitor.default]);

{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.20.1",
"version": "7.20.7",
"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.19.0",
"@babel/helper-plugin-utils": "^7.20.2",
"@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.19.6",
"@babel/core": "^7.20.7",
"@babel/helper-plugin-test-runner": "^7.18.6",

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

Sorry, the diff of this file is not supported yet

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