New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rightclick

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rightclick - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

4

changelog.md
# rightClick Changelog
### 28 March 2014, 0.4.4
* Don't error when passed undefined docPath to Copy or Delete
### 27 March 2014, 0.4.3

@@ -4,0 +8,0 @@

@@ -6,2 +6,4 @@ var fs = require('fs'),

docPath = docPath || [];
// Clear clipboard.

@@ -8,0 +10,0 @@ this.clipboard.files = {};

@@ -6,2 +6,4 @@ var fs = require('fs'),

docPath = docPath || [];
// Push single path into array object

@@ -8,0 +10,0 @@ if (typeof docPath === 'string') {

4

package.json
{
"name": "rightclick",
"description": "Cut, copy, paste and delete for node.js",
"version": "0.4.3",
"version": "0.4.4",
"keywords": [

@@ -24,3 +24,3 @@ "cut",

"dependencies": {
"col": "0.0.4",
"col": "0.0.5",
"underscore": "1.6.0"

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