Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
60
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.10 to 8.0.0-alpha.11

2

lib/index.js

@@ -76,3 +76,3 @@ import { declare } from '@babel/helper-plugin-utils';

var index = declare(api => {
api.assertVersion("8.0.0-alpha.10");
api.assertVersion("8.0.0-alpha.11");
const yieldStarVisitor = traverse.visitors.merge([{

@@ -79,0 +79,0 @@ ArrowFunctionExpression(path) {

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

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

"dependencies": {
"@babel/helper-environment-visitor": "^8.0.0-alpha.10",
"@babel/helper-plugin-utils": "^8.0.0-alpha.10",
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.10"
"@babel/helper-environment-visitor": "^8.0.0-alpha.11",
"@babel/helper-plugin-utils": "^8.0.0-alpha.11",
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.11"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.10"
"@babel/core": "^8.0.0-alpha.11"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.10",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10",
"@babel/core": "^8.0.0-alpha.11",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.11",
"babel-plugin-polyfill-corejs3": "^0.10.4",

@@ -32,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc