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 8.0.0-alpha.1 to 8.0.0-alpha.2

3

lib/index.js
import { declare } from '@babel/helper-plugin-utils';
import remapAsyncToGenerator from '@babel/helper-remap-async-to-generator';
import syntaxAsyncGenerators from '@babel/plugin-syntax-async-generators';
import { template, types, traverse } from '@babel/core';

@@ -139,3 +138,3 @@ import environmentVisitor from '@babel/helper-environment-visitor';

name: "transform-async-generator-functions",
inherits: syntaxAsyncGenerators.default,
inherits: undefined,
visitor: {

@@ -142,0 +141,0 @@ Program(path, state) {

{
"name": "@babel/plugin-transform-async-generator-functions",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"description": "Turn async generator functions into ES2015 generators",

@@ -20,13 +20,12 @@ "repository": {

"dependencies": {
"@babel/helper-environment-visitor": "^8.0.0-alpha.1",
"@babel/helper-plugin-utils": "^8.0.0-alpha.1",
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.1",
"@babel/plugin-syntax-async-generators": "^7.8.4"
"@babel/helper-environment-visitor": "^8.0.0-alpha.2",
"@babel/helper-plugin-utils": "^8.0.0-alpha.2",
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.2"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.1"
"@babel/core": "^8.0.0-alpha.2"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.1",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.1",
"@babel/core": "^8.0.0-alpha.2",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.2",
"babel-plugin-polyfill-corejs3": "^0.8.3",

@@ -33,0 +32,0 @@ "core-js-pure": "^3.30.2"

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