Socket
Socket
Sign inDemoInstall

trash

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trash - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

1

index.js

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

module.exports = iterable => {
iterable = typeof iterable === 'string' ? [iterable] : iterable;
const paths = globby.sync(Array.from(iterable).map(String), {nonull: true})

@@ -12,0 +13,0 @@ .map(x => path.resolve(x))

2

package.json
{
"name": "trash",
"version": "4.0.0",
"version": "4.0.1",
"description": "Move files and folders to the trash",

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

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