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.0 to 0.4.1

5

changelog.md
# rightClick Changelog
### 7 March 2014, 0.4.1
* Fixed arguments issue
* Fixed link to Travis
### 7 March 2014, 0.4.0

@@ -4,0 +9,0 @@

2

lib/copy.js

@@ -20,3 +20,3 @@ var fs = require('fs'),

encoding = this.encoding;
console.log(encoding);
var copy = function (fullPath, path, clip) {

@@ -23,0 +23,0 @@

var fs = require('fs'),
log = require('col');
module.exports = function (location) {
module.exports = function (location, encoding) {

@@ -27,2 +27,4 @@ this.clipboard = {

this.encoding = encoding || null;
// Set location as current clipboard target.

@@ -29,0 +31,0 @@ this.clipboard.target = location;

{
"name": "rightclick",
"description": "Cut, copy, paste and delete for node.js",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [

@@ -6,0 +6,0 @@ "cut",

@@ -1,2 +0,2 @@

# rightClick [![Build Status](https://secure.travis-ci.org/mattyod/rightClick.png)](http://travis-ci.org/mattyod/rightclick)
# rightClick [![Build Status](https://secure.travis-ci.org/mattyod/rightClick.png)](http://travis-ci.org/mattyod/rightClick)

@@ -3,0 +3,0 @@ Deep cut, copy, paste & delete fuctionality for Node.js.

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