Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
Versions
31
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.22.10 to 7.22.11

3

lib/index.js

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

var _helperRemapAsyncToGenerator = require("@babel/helper-remap-async-to-generator");
var _pluginSyntaxAsyncGenerators = require("@babel/plugin-syntax-async-generators");
var _core = require("@babel/core");

@@ -77,3 +76,3 @@ var _forAwait = require("./for-await");

name: "transform-async-generator-functions",
inherits: _pluginSyntaxAsyncGenerators.default,
inherits: require("@babel/plugin-syntax-async-generators").default,
visitor: {

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

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

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

"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/helper-plugin-test-runner": "^7.22.5",

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

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