clear-path
Advanced tools
Comparing version 0.1.2 to 1.0.0
/** | ||
* Imports | ||
*/ | ||
const fs = require( "fs" ); | ||
const del = require("del"); | ||
@@ -23,2 +24,2 @@ const chalk = require("chalk"); | ||
*/ | ||
export const clearPath = action; | ||
module.exports = action; |
{ | ||
"name": "clear-path", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"description": "simple script to delete a path if exists", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1092
22
1
1