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.2 to 3.0.3

5

HISTORY.md
3.0.3 / 2016-01-14
==================
* fix: should init and restore coffee_inject_istanbul
3.0.2 / 2016-01-09

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

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

// init coffee_inject_istanbul env
process.env.coffee_inject_istanbul = 'false';
module.exports = Coffee;

@@ -39,2 +42,4 @@

this.once('close', function(code) {
// restore coffee_inject_istanbul
process.env.coffee_inject_istanbul = 'false';
debug('output code `%s`', show(code));

@@ -41,0 +46,0 @@ self.code = code;

2

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