Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-block-scoping

Package Overview
Dependencies
Maintainers
6
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-block-scoping - npm Package Compare versions

Comparing version 7.10.5 to 7.11.1

2

lib/index.js

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

if (this.loop) {
for (const name of [...outsideRefs.keys()]) {
for (const name of Array.from(outsideRefs.keys())) {
const id = outsideRefs.get(name);

@@ -450,0 +450,0 @@

{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.10.5",
"version": "7.11.1",
"description": "Compile ES2015 block scoping (const and let) to ES5",

@@ -25,6 +25,6 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/helper-plugin-test-runner": "^7.10.4"
},
"gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7"
"gitHead": "953ae82159b67b4487f837a17a1b8d5e305a8e5c"
}
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