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

add-variable-declarations

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-variable-declarations - npm Package Compare versions

Comparing version

to
3.1.0

10

package.json
{
"name": "add-variable-declarations",
"version": "3.0.5",
"version": "3.1.0",
"description": "Add variable declarations for global assignments.",

@@ -45,6 +45,6 @@ "main": "src/index.js",

"dependencies": {
"babel-traverse": "^6.13.0",
"babel-types": "^6.24.1",
"babylon": "^6.8.4",
"magic-string": "^0.22.1"
"babel-traverse": "7.0.0-alpha.15",
"babel-types": "7.0.0-alpha.15",
"babylon": "7.0.0-beta.16",
"magic-string": "^0.22.2"
},

@@ -51,0 +51,0 @@ "publishConfig": {

@@ -56,5 +56,7 @@ "use strict";

'dynamicImport',
'optionalChaining',
],
sourceType: 'module',
allowReturnOutsideFunction: true
allowReturnOutsideFunction: true,
tokens: true,
}); }

@@ -61,0 +63,0 @@ var state = null;

Sorry, the diff of this file is not supported yet