🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@babel/plugin-transform-block-scoping

Package Overview
Dependencies
Maintainers
4
Versions
121
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

to
8.0.0-alpha.15

2

lib/index.js

@@ -469,3 +469,3 @@ import { declare } from '@babel/helper-plugin-utils';

var index = declare((api, opts) => {
api.assertVersion("8.0.0-alpha.14");
api.assertVersion("8.0.0-alpha.15");
const {

@@ -472,0 +472,0 @@ throwIfClosureRequired = false,

{
"name": "@babel/plugin-transform-block-scoping",
"version": "8.0.0-alpha.14",
"version": "8.0.0-alpha.15",
"description": "Compile ES2015 block scoping (const and let) to ES5",

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

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.14"
"@babel/helper-plugin-utils": "^8.0.0-alpha.15"
},

@@ -24,8 +24,8 @@ "keywords": [

"peerDependencies": {
"@babel/core": "^8.0.0-alpha.14"
"@babel/core": "^8.0.0-alpha.15"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.14",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14",
"@babel/traverse": "^8.0.0-alpha.14"
"@babel/core": "^8.0.0-alpha.15",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.15",
"@babel/traverse": "^8.0.0-alpha.15"
},

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