Socket
Socket
Sign inDemoInstall

clear-path

Package Overview
Dependencies
68
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

6

bin/clear-path.js
#!/usr/bin/env node
import { cosmiconfig } from "cosmiconfig";
import chalk from "chalk";
const { cosmiconfig } = require( "cosmiconfig" );
const chalk = require( "chalk" );
import clearPath from "../lib/index.js";
const clearPath = require( "../lib" );

@@ -8,0 +8,0 @@ const { info } = console;

@@ -0,1 +1,14 @@

## 1.3.2
> **Publishing date:** 2022-05-31
- **Build:** Update del dependency
- **Revert:** package.module
## 1.3.1
> **Publishing date:** 2022-04-19
- **Feat:** CLI: --silent
- **Refac:** package.module
- **Build:** Update dev packages
## 1.3

@@ -2,0 +15,0 @@ > **Publishing date:** 2022-03-31

/**
* Imports
*/
import chalk from "chalk";
import del from "del";
import path from "path";
const del = require( "del" );
const chalk = require( "chalk" );
const path = require( "path" );
const { info } = console;

@@ -44,2 +43,5 @@

export default action;
/**
* Export
*/
module.exports = action;
{
"name": "clear-path",
"version": "1.3.1",
"type": "module",
"version": "1.3.2",
"description": "A node library for deleting a path if exists using del",

@@ -44,5 +43,5 @@ "license": "MIT",

"dependencies": {
"chalk": "^5.0.1",
"chalk": "4.1.2",
"cosmiconfig": "^7.0.1",
"del": "^6.0.0"
"del": "^6.1.1"
},

@@ -49,0 +48,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc