Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-async-generator-functions - npm Package Compare versions

Comparing version 7.25.7 to 7.25.8

2

lib/index.js

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

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

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

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

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

"@babel/helper-remap-async-to-generator": "^7.25.7",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/traverse": "^7.25.7"

@@ -30,3 +29,3 @@ },

"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/helper-plugin-test-runner": "^7.25.7",

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc