Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-for-of

Package Overview
Dependencies
Maintainers
6
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-for-of - npm Package Compare versions

Comparing version 7.12.1 to 7.12.13

2

lib/index.js

@@ -206,3 +206,3 @@ "use strict";

path.parentPath.replaceWithMultiple(nodes);
path.remove();
path.skip();
} else {

@@ -209,0 +209,0 @@ path.replaceWithMultiple(nodes);

{
"name": "@babel/plugin-transform-for-of",
"version": "7.12.1",
"version": "7.12.13",
"description": "Compile ES2015 for...of to ES5",

@@ -10,2 +10,3 @@ "repository": {

},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-for-of",
"license": "MIT",

@@ -20,3 +21,3 @@ "publishConfig": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
"@babel/helper-plugin-utils": "^7.12.13"
},

@@ -27,5 +28,5 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.12.1",
"@babel/helper-plugin-test-runner": "7.10.4"
"@babel/core": "7.12.13",
"@babel/helper-plugin-test-runner": "7.12.13"
}
}

@@ -5,3 +5,3 @@ # @babel/plugin-transform-for-of

See our website [@babel/plugin-transform-for-of](https://babeljs.io/docs/en/next/babel-plugin-transform-for-of.html) for more information.
See our website [@babel/plugin-transform-for-of](https://babeljs.io/docs/en/babel-plugin-transform-for-of) for more information.

@@ -8,0 +8,0 @@ ## Install

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