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

should

Package Overview
Dependencies
Maintainers
0
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

should - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

History.md
0.2.1 / 2011-05-13
==================
* Fixed .status(code). Closes #18
0.2.0 / 2011-04-17

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

4

lib/should.js

@@ -13,4 +13,6 @@

var util = require('sys')
, http = require('http')
, assert = require('assert')
, AssertionError = assert.AssertionError
, statusCodes = http.STATUS_CODES
, eql = require('./eql')

@@ -35,3 +37,3 @@ , i = util.inspect;

exports.version = '0.2.0';
exports.version = '0.2.1';

@@ -38,0 +40,0 @@ /**

{ "name": "should"
, "description": "test framework agnostic BDD-style assertions"
, "version": "0.2.0"
, "version": "0.2.1"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"

@@ -5,0 +5,0 @@ , "contributors": [ "Aseem Kishore <aseem.kishore@gmail.com>" ]

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