Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

del

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

del - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -20,3 +20,3 @@ 'use strict';

module.exports = function (patterns, opts, cb) {
if (typeof opts === 'function') {
if (typeof opts !== 'object') {
cb = opts;

@@ -23,0 +23,0 @@ opts = {};

{
"name": "del",
"version": "0.1.2",
"version": "0.1.3",
"description": "Delete files/folders using globs",

@@ -46,12 +46,12 @@ "license": "MIT",

"dependencies": {
"each-async": "^0.1.3",
"each-async": "^1.0.0",
"globby": "^0.1.1",
"is-path-cwd": "^0.1.0",
"is-path-in-cwd": "^0.1.0",
"is-path-cwd": "^1.0.0",
"is-path-in-cwd": "^1.0.0",
"rimraf": "^2.2.8"
},
"devDependencies": {
"fs-extra": "^0.9.1",
"fs-extra": "^0.11.1",
"mocha": "*"
}
}
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