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.0 to 3.2.1

5

HISTORY.md
3.2.1 / 2016-02-26
==================
* fix: assert the wrong type, less testcase :sweat:
3.2.0 / 2016-02-26

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

4

lib/coffee.js

@@ -117,3 +117,3 @@ 'use strict';

if (this.complete) {
assertion([ rule ], this.stdout, 'match ' + type);
assertion([ rule ], this[type], 'match ' + type);
} else {

@@ -130,3 +130,3 @@ this.waitAssert[type].push(rule);

if (this.complete) {
assertion([ rule ], this.stdout, 'match ' + type);
assertion([ rule ], this[type], 'match ' + type);
} else {

@@ -133,0 +133,0 @@ this.waitAssert[type].push(rule);

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