Socket
Socket
Sign inDemoInstall

trash-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trash-cli - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

12

package.json
{
"name": "trash-cli",
"version": "1.3.0",
"version": "1.4.0",
"description": "Move files and folders to the trash",

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

"dependencies": {
"meow": "^3.4.2",
"trash": "^3.2.0",
"update-notifier": "^0.6.3"
"meow": "^3.7.0",
"trash": "^4.0.0",
"update-notifier": "^1.0.2"
},
"devDependencies": {
"ava": "*",
"execa": "^0.2.2",
"path-exists": "^2.0.0",
"execa": "^0.4.0",
"path-exists": "^3.0.0",
"temp-write": "^2.0.1",

@@ -56,0 +56,0 @@ "xo": "*"

@@ -5,3 +5,3 @@ # [<img src="https://cdn.rawgit.com/sindresorhus/trash/1cdbd660976d739eeb45447bb6b62c41ac4a3ecf/media/logo.svg" width="150" align="left" alt="trash-cli">](https://github.com/sindresorhus/trash)CLI [![Build Status](https://travis-ci.org/sindresorhus/trash-cli.svg?branch=master)](https://travis-ci.org/sindresorhus/trash-cli)

Works on OS X, Linux, and Windows.
Works on macOS, Linux, and Windows.

@@ -8,0 +8,0 @@ In contrast to [`rm`](http://en.wikipedia.org/wiki/Rm_(Unix)) which is [dangerous](http://docstore.mik.ua/orelly/unix3/upt/ch14_03.htm) and permanently delete files, this only moves them to the trash, which is much safer and reversible. I would also recommend reading my guide on [safeguarding `rm`](https://github.com/sindresorhus/guides/blob/master/how-not-to-rm-yourself.md#safeguard-rm).

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