Socket
Socket
Sign inDemoInstall

@babel/helper-remap-async-to-generator

Package Overview
Dependencies
55
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.22.5 to 7.22.9

3

lib/index.js

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

var _core = require("@babel/core");
var _t = require("@babel/types");
const {

@@ -19,3 +18,3 @@ callExpression,

yieldExpression
} = _t;
} = _core.types;
const awaitVisitor = _core.traverse.visitors.merge([{

@@ -22,0 +21,0 @@ ArrowFunctionExpression(path) {

{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.22.5",
"version": "7.22.9",
"description": "Helper function to remap async functions to generators",

@@ -19,8 +19,7 @@ "repository": {

"@babel/helper-environment-visitor": "^7.22.5",
"@babel/helper-wrap-function": "^7.22.5",
"@babel/types": "^7.22.5"
"@babel/helper-wrap-function": "^7.22.9"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/traverse": "^7.22.5"
"@babel/core": "^7.22.9",
"@babel/traverse": "^7.22.8"
},

@@ -27,0 +26,0 @@ "peerDependencies": {

@@ -5,3 +5,3 @@ # @babel/helper-remap-async-to-generator

See our website [@babel/helper-remap-async-to-generator](https://babeljs.io/docs/en/babel-helper-remap-async-to-generator) for more information.
See our website [@babel/helper-remap-async-to-generator](https://babeljs.io/docs/babel-helper-remap-async-to-generator) for more information.

@@ -8,0 +8,0 @@ ## Install

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