Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coffee

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

5

HISTORY.md
3.3.1 / 2017-05-10
==================
* fix: should support fork(cmd, opt) (#52)
3.3.0 / 2016-10-14

@@ -3,0 +8,0 @@ ==================

@@ -216,2 +216,8 @@ 'use strict';

function run(method, cmd, args, opt) {
if (!opt && args && typeof args === 'object' && !Array.isArray(args)) {
// run(method, cmd, opt)
opt = args;
args = null;
}
args = args || [];

@@ -218,0 +224,0 @@ opt = opt || {};

2

package.json
{
"name": "coffee",
"version": "3.3.0",
"version": "3.3.1",
"description": "Test command line on nodejs",

@@ -5,0 +5,0 @@ "main": "index.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