New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
8.0.0-alpha.15

2

lib/index.js

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

var index = declare((api, options) => {
api.assertVersion("8.0.0-alpha.14");
api.assertVersion("8.0.0-alpha.15");
const {

@@ -10,0 +10,0 @@ method,

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

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

"dependencies": {
"@babel/helper-module-imports": "^8.0.0-alpha.14",
"@babel/helper-plugin-utils": "^8.0.0-alpha.14",
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.14"
"@babel/helper-module-imports": "^8.0.0-alpha.15",
"@babel/helper-plugin-utils": "^8.0.0-alpha.15",
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.15"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.14"
"@babel/core": "^8.0.0-alpha.15"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.14",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14"
"@babel/core": "^8.0.0-alpha.15",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.15"
},

@@ -32,0 +32,0 @@ "engines": {