Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
57
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0 to 7.2.0

2

lib/index.js

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

return {
name: "transform-async-to-generator",
visitor: {

@@ -81,2 +82,3 @@ Function(path, state) {

return {
name: "transform-async-to-generator",
visitor: {

@@ -83,0 +85,0 @@ Function(path, state) {

4

package.json
{
"name": "@babel/plugin-transform-async-to-generator",
"version": "7.1.0",
"version": "7.2.0",
"description": "Turn async functions into ES2015 generators",

@@ -23,5 +23,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",

"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}
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