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.2 to 1.3.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 1.3.3
> **Publishing date:** 2022-11-05
- **Build:** Moved @babel/core to devDependencies
## 1.3.2

@@ -2,0 +7,0 @@ > **Publishing date:** 2022-05-31

16

package.json
{
"name": "clear-path",
"version": "1.3.2",
"version": "1.3.3",
"description": "A node library for deleting a path if exists using del",

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

"prepare": "husky install",
"precommit": "lint-staged"
"precommit": "lint-staged",
"lint": "eslint **/*.js"
},

@@ -46,9 +47,10 @@ "keywords": [

"cosmiconfig": "^7.0.1",
"del": "^6.1.1"
"del": "6.1.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.13.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.8"
"@babel/core": "~7.20.2",
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3"
},

@@ -55,0 +57,0 @@ "lint-staged": {

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