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.1 to 0.1.2

9

index.js
'use strict';
var path = require('path');
var globby = require('globby');

@@ -38,2 +39,6 @@ var eachAsync = require('each-async');

if (opts.cwd) {
el = path.resolve(opts.cwd, el);
}
rimraf(el, next);

@@ -55,4 +60,8 @@ }, cb);

if (opts.cwd) {
el = path.resolve(opts.cwd, el);
}
rimraf.sync(el);
});
};

2

package.json
{
"name": "del",
"version": "0.1.1",
"version": "0.1.2",
"description": "Delete files/folders using globs",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -46,3 +46,3 @@ # del [![Build Status](https://travis-ci.org/sindresorhus/del.svg?branch=master)](https://travis-ci.org/sindresorhus/del)

See the node-glob [options](https://github.com/isaacs/node-glob#properties).
See the node-glob [options](https://github.com/isaacs/node-glob#options).

@@ -49,0 +49,0 @@ #### options.force

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