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

coffee

Package Overview
Dependencies
Maintainers
1
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.1.0 to 3.1.1

5

HISTORY.md
3.1.1 / 2016-02-24
==================
* fix: disable debug
3.1.0 / 2016-02-24

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

4

lib/coffee.js

@@ -98,2 +98,6 @@ 'use strict';

break;
case 'false':
this._debug_stdout = false;
this._debug_stderr = false;
break;
default:

@@ -100,0 +104,0 @@ this._debug_stdout = true;

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -122,2 +122,3 @@ # Coffee

- 2: pipe stderr
- false: disable

@@ -124,0 +125,0 @@ Alternative you can use `COFFEE_DEBUG` env.

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