clear-path
Advanced tools
Comparing version 1.0.0 to 1.1.0-beta.0
{ | ||
"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": {} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
4389
5
66
1
36
0
3
2
+ Addedcosmiconfig@^7.0.1
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@types/parse-json@4.0.2(transitive)
+ Addedcallsites@3.1.0(transitive)
+ Addedcosmiconfig@7.1.0(transitive)
+ Addederror-ex@1.3.2(transitive)
+ Addedimport-fresh@3.3.0(transitive)
+ Addedis-arrayish@0.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedjson-parse-even-better-errors@2.3.1(transitive)
+ Addedlines-and-columns@1.2.4(transitive)
+ Addedparent-module@1.0.1(transitive)
+ Addedparse-json@5.2.0(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedresolve-from@4.0.0(transitive)
+ Addedyaml@1.10.2(transitive)