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.0.0 to 3.0.1

5

HISTORY.md
3.0.1 / 2016-01-07
==================
* fix: should inject coverage when start with istanbul
3.0.0 / 2016-01-05

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

6

lib/coffee.js

@@ -123,4 +123,6 @@ 'use strict';

this._isEndCalled = true;
process.env.coffee_inject_istanbul = this._isCoverage;
debug('coffee_inject_istanbul %s', this._isCoverage);
// inject istanbul when start with istanbul and set coverage true
// https://github.com/gotwarlost/istanbul#multiple-process-usage
process.env.coffee_inject_istanbul = process.env.running_under_istanbul ? this._isCoverage : false;
debug('coverage enable: %s', process.env.coffee_inject_istanbul);
var cmd = this.proc = run(this.method, this.cmd, this.args, this.opt);

@@ -127,0 +129,0 @@

{
"name": "coffee",
"version": "3.0.0",
"version": "3.0.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