You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-block-scoping

Package Overview
Dependencies
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.19.4 to 7.20.0

5

lib/index.js

@@ -114,3 +114,6 @@ "use strict";

if (node.kind !== "let" && node.kind !== "const") return false;
if (node.kind !== "let" && node.kind !== "const" && node.kind !== "using") {
return false;
}
return true;

@@ -117,0 +120,0 @@ }

6

package.json
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.19.4",
"version": "7.20.0",
"description": "Compile ES2015 block scoping (const and let) to ES5",

@@ -26,5 +26,5 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/traverse": "^7.19.4"
"@babel/traverse": "^7.20.0"
},

@@ -31,0 +31,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc