Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
57
Maintainers
6
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.12.13 to 7.13.0

5

lib/index.js

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

} = options;
const noNewArrows = api.assumption("noNewArrows");

@@ -42,3 +43,3 @@ if (method && module) {

wrapAsync
});
}, noNewArrows);
}

@@ -57,3 +58,3 @@

wrapAsync: state.addHelper("asyncToGenerator")
});
}, noNewArrows);
}

@@ -60,0 +61,0 @@

8

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

@@ -21,4 +21,4 @@ "repository": {

"@babel/helper-module-imports": "^7.12.13",
"@babel/helper-plugin-utils": "^7.12.13",
"@babel/helper-remap-async-to-generator": "^7.12.13"
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-remap-async-to-generator": "^7.13.0"
},

@@ -29,5 +29,5 @@ "peerDependencies": {

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