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

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

Comparing version 7.22.10 to 7.22.15

6

lib/index.js

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

var _core = require("@babel/core");
var _loop = require("./loop");
var _validation = require("./validation");
var _annexB_3_ = require("./annex-B_3_3");
var _loop = require("./loop.js");
var _validation = require("./validation.js");
var _annexB_3_ = require("./annex-B_3_3.js");
var _default = (0, _helperPluginUtils.declare)((api, opts) => {

@@ -14,0 +14,0 @@ api.assertVersion(7);

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

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

"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.15",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.22.10"
"@babel/traverse": "^7.22.15"
},

@@ -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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc