Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-for-of

Package Overview
Dependencies
54
Maintainers
6
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.8.3 to 7.8.4

8

lib/index.js

@@ -34,4 +34,10 @@ "use strict";

right,
body
body,
await: isAwait
} = path.node;
if (isAwait) {
return;
}
const i = scope.generateUidIdentifier("i");

@@ -38,0 +44,0 @@ let array = scope.maybeGenerateMemoised(right, true);

6

package.json
{
"name": "@babel/plugin-transform-for-of",
"version": "7.8.3",
"version": "7.8.4",
"description": "Compile ES2015 for...of to ES5",

@@ -21,6 +21,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",

"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.4",
"@babel/helper-plugin-test-runner": "^7.8.3"
},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
"gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a"
}
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