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 1.3.0 to 1.3.1

5

cli.js

@@ -22,6 +22,3 @@ #!/usr/bin/env node

updateNotifier({
packageName: cli.pkg.name,
packageVersion: cli.pkg.version
}).notify();
updateNotifier({pkg: cli.pkg}).notify();

@@ -28,0 +25,0 @@ if (cli.input.length === 0) {

{
"name": "trash",
"version": "1.3.0",
"version": "1.3.1",
"description": "Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`",

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

},
"preferGlobal": true,
"engines": {

@@ -48,3 +49,3 @@ "node": ">=0.10.0"

"run-applescript": "^1.0.0",
"update-notifier": "^0.2.1",
"update-notifier": "^0.3.0",
"xdg-trash": "^1.0.0"

@@ -51,0 +52,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