Socket
Book a DemoInstallSign in
Socket

cleanse-cli

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleanse-cli - npm Package Compare versions

Comparing version

to
2.1.11

10

package.json
{
"name": "cleanse-cli",
"version": "2.1.10",
"version": "2.1.11",
"description": "Simple CLI tool to wipe node_modules directories recursively from your current working directory",

@@ -36,8 +36,8 @@ "bin": {

"globby": "10.0.2",
"ora": "4.0.3"
"ora": "4.0.4"
},
"devDependencies": {
"@types/fs-extra": "8.0.1",
"@types/fs-extra": "8.1.0",
"@types/globby": "9.1.0",
"@types/node": "12.12.24",
"@types/node": "12.12.36",
"@types/ora": "3.2.0",

@@ -48,5 +48,5 @@ "prettier": "1.19.1",

"tslint": "5.20.1",
"typescript": "3.7.4"
"typescript": "3.8.3"
},
"repository": "BrunoScheufler/cleanse-cli"
}