Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clear-path

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clear-path - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0-beta.0

bin/clear-path.js

32

package.json
{
"name": "clear-path",
"version": "1.0.0",
"description": "simple script to delete a path if exists",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0-beta.0",
"description": "A node library for deleteing a path if exists using del",
"license": "MIT",
"repository": {

@@ -13,4 +10,19 @@ "type": "git",

},
"author": "Vinicius Kiss <contato@vkiss.com.br> (https://vkiss.com.br)",
"license": "ISC",
"author": "Vinicius Kiss <contato@vkiss.com.br>",
"bin": "./bin/clear-path.js",
"main": "./lib/index.js",
"files": [
"bin",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"delete",
"files",
"clear",
"clean",
"del"
],
"bugs": {

@@ -22,5 +34,5 @@ "url": "https://github.com/vkiss/clear-path/issues"

"chalk": "^4.1.1",
"cosmiconfig": "^7.0.1",
"del": "^6.0.0"
},
"devDependencies": {}
}
}
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