Socket
Socket
Sign inDemoInstall

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.1.1 to 1.1.2

2

lib/index.js

@@ -19,3 +19,3 @@ /**

if ( deletedFilePaths.length === 0 ) {
info( chalk.gray( "> not path found with this pattern" ), chalk.bgGray.white( pathToDelete ) );
info( chalk.gray( ">" ), chalk.bgGray.white( pathToDelete ), chalk.gray( "does not exist" ) );
} else {

@@ -22,0 +22,0 @@ for ( const deletedPath of deletedFilePaths ) {

{
"name": "clear-path",
"version": "1.1.1",
"version": "1.1.2",
"description": "A node library for deleteing a path if exists using del",

@@ -35,3 +35,4 @@ "license": "MIT",

"del": "^6.0.0"
}
},
"clearpath": "dist"
}
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