🚀 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.3

13

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

@@ -36,8 +36,7 @@ "main": "src/index.js",

"@types/babel-traverse": "^6.7.17",
"@types/babel-types": "^6.7.16",
"@types/babel-types": "^7.0.0",
"@types/babylon": "^6.16.1",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.0",
"mocha": "^4.0.1",
"semantic-release": "^6.3.2",
"@types/node": "^9.3.0",
"mocha": "^5.0.0",
"typescript": "^2.3.3"

@@ -48,3 +47,3 @@ },

"babel-types": "7.0.0-alpha.15",
"babylon": "7.0.0-beta.31",
"babylon": "7.0.0-beta.34",
"magic-string": "^0.22.2"

@@ -55,2 +54,2 @@ },

}
}
}