Socket
Socket
Sign inDemoInstall

regenerator-transform

Package Overview
Dependencies
8
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.8 to 0.9.9

3

lib/meta.js

@@ -79,3 +79,4 @@ "use strict";

var opaqueTypes = {
FunctionExpression: true
FunctionExpression: true,
ArrowFunctionExpression: true
};

@@ -82,0 +83,0 @@

@@ -5,3 +5,3 @@ {

"description": "Explode async and generator functions into a state machine.",
"version": "0.9.8",
"version": "0.9.9",
"main": "lib/index.js",

@@ -38,4 +38,4 @@ "keywords": [

"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0"
"babel-preset-es2015": "^6.18.0"
}
}

@@ -71,3 +71,4 @@ /**

let opaqueTypes = {
FunctionExpression: true
FunctionExpression: true,
ArrowFunctionExpression: true
};

@@ -74,0 +75,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