Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
58
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.23.9 to 7.24.1

2

lib/index.js

@@ -75,3 +75,3 @@ "use strict";

name: "transform-async-generator-functions",
inherits: require("@babel/plugin-syntax-async-generators").default,
inherits: api.version[0] === "8" ? undefined : require("@babel/plugin-syntax-async-generators").default,
visitor: {

@@ -78,0 +78,0 @@ Program(path, state) {

{
"name": "@babel/plugin-transform-async-generator-functions",
"version": "7.23.9",
"version": "7.24.1",
"description": "Turn async generator functions into ES2015 generators",

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

"@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-plugin-utils": "^7.24.0",
"@babel/helper-remap-async-to-generator": "^7.22.20",

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

"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/helper-plugin-test-runner": "^7.22.5",
"babel-plugin-polyfill-corejs3": "^0.9.0",
"@babel/core": "^7.24.1",
"@babel/helper-plugin-test-runner": "^7.24.1",
"babel-plugin-polyfill-corejs3": "^0.10.1",
"core-js-pure": "^3.30.2"

@@ -35,0 +35,0 @@ },

Sorry, the diff of this file is not supported yet

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