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.2.4 to 3.2.5

5

HISTORY.md
3.2.5 / 2016-08-19
==================
* fix: return istanbul_bin_path if exists (#50)
3.2.4 / 2016-07-08

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

3

lib/find_istanbul.js

@@ -9,2 +9,5 @@ 'use strict';

module.exports = function findIstanbul(opt) {
if (process.env.istanbul_bin_path) {
return process.env.istanbul_bin_path;
}
if (/\/istanbul$/.test(process.env._)) {

@@ -11,0 +14,0 @@ debug('find istanbul %s', process.env._);

2

package.json
{
"name": "coffee",
"version": "3.2.4",
"version": "3.2.5",
"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