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 1.1.0 to 1.1.1

4

index.js

@@ -8,2 +8,3 @@ 'use strict';

var rimraf = require('rimraf');
var objectAssign = require('object-assign');

@@ -26,2 +27,3 @@ function safeCheck(file) {

opts = objectAssign({}, opts);
cb = cb || function () {};

@@ -60,3 +62,3 @@

module.exports.sync = function (patterns, opts) {
opts = opts || {};
opts = objectAssign({}, opts);

@@ -63,0 +65,0 @@ var force = opts.force;

{
"name": "del",
"version": "1.1.0",
"version": "1.1.1",
"description": "Delete files/folders using globs",

@@ -50,2 +50,3 @@ "license": "MIT",

"is-path-in-cwd": "^1.0.0",
"object-assign": "^2.0.0",
"rimraf": "^2.2.8"

@@ -52,0 +53,0 @@ },

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