Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-helper-remap-async-to-generator

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helper-remap-async-to-generator - npm Package Compare versions

Comparing version 6.0.15 to 6.0.16

4

lib/index.js

@@ -56,4 +56,2 @@ /* @flow */

path.traverse(awaitVisitor);
var built = t.callExpression(callId, [node]);

@@ -101,2 +99,4 @@ var container = buildWrapper({

path.traverse(awaitVisitor);
if (path.isClassMethod()) {

@@ -103,0 +103,0 @@ return classMethod(path, callId);

{
"name": "babel-helper-remap-async-to-generator",
"version": "6.0.15",
"version": "6.0.16",
"description": "",

@@ -10,7 +10,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",

"babel-runtime": "^5.0.0",
"babel-template": "^6.0.15",
"babel-template": "^6.0.16",
"babel-types": "^6.0.15",
"babel-traverse": "^6.0.14",
"babel-traverse": "^6.0.16",
"babel-helper-function-name": "^6.0.15"
}
}
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