Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-block-scoping

Package Overview
Dependencies
Maintainers
4
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.25.0 to 7.25.7

7

lib/annex-B_3_3.js

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

var _core = require("@babel/core");
const annexB33FunctionsVisitor = exports.annexB33FunctionsVisitor = {
const annexB33FunctionsVisitor = exports.annexB33FunctionsVisitor = Object.assign({
VariableDeclaration(path) {

@@ -18,3 +18,4 @@ if (isStrict(path)) return;

});
},
}
}, {
BlockStatement(path) {

@@ -31,3 +32,3 @@ if (isStrict(path)) return;

}
};
});
function transformStatementList(paths) {

@@ -34,0 +35,0 @@ outer: for (const path of paths) {

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

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8"
"@babel/helper-plugin-utils": "^7.25.7"
},

@@ -27,5 +27,5 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/helper-plugin-test-runner": "^7.24.7",
"@babel/traverse": "^7.25.0"
"@babel/core": "^7.25.7",
"@babel/helper-plugin-test-runner": "^7.25.7",
"@babel/traverse": "^7.25.7"
},

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

@@ -15,4 +15,7 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */

"path": "../../packages/babel-helper-plugin-utils"
},
{
"path": "../../packages/babel-core"
}
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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