Comparing version 0.3.1 to 0.3.2
0.3.2 / 2011-10-24 | ||
================== | ||
* Fixed tests for 0.5.x | ||
* Fixed sys warning | ||
0.3.1 / 2011-08-22 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -29,3 +29,3 @@ | ||
} else if (typeof actual != 'object' && typeof expected != 'object') { | ||
return actual == expected; | ||
return actual === expected; | ||
@@ -32,0 +32,0 @@ // 7.4. For all other Object pairs, including Array objects, equivalence is |
@@ -11,3 +11,3 @@ /*! | ||
var util = require('sys') | ||
var util = require('util') | ||
, http = require('http') | ||
@@ -36,3 +36,3 @@ , assert = require('assert') | ||
exports.version = '0.3.1'; | ||
exports.version = '0.3.2'; | ||
@@ -39,0 +39,0 @@ /** |
{ "name": "should" | ||
, "description": "test framework agnostic BDD-style assertions" | ||
, "version": "0.3.1" | ||
, "version": "0.3.2" | ||
, "author": "TJ Holowaychuk <tj@vision-media.ca>" | ||
, "contributors": [ "Aseem Kishore <aseem.kishore@gmail.com>" ] | ||
, "devDependencies": { | ||
"expresso": "0.9.2" | ||
, "should": "*" | ||
} | ||
, "keywords": ["test", "bdd", "assert"] | ||
@@ -7,0 +11,0 @@ , "main": "./lib/should.js" |
@@ -6,3 +6,3 @@ | ||
var should = require('should'); | ||
var should = require('../'); | ||
var util = require('util'); | ||
@@ -9,0 +9,0 @@ |
@@ -6,3 +6,3 @@ | ||
var should = require('should'); | ||
var should = require('../'); | ||
@@ -162,3 +162,3 @@ function err(fn, msg) { | ||
(1).should.eql(1); | ||
'4'.should.eql(4); | ||
'4'.should.not.eql(4); | ||
@@ -165,0 +165,0 @@ err(function(){ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
1
1
39918
2
12
1039