Comparing version 0.4.0 to 0.4.1
0.4.1 / 2011-12-16 | ||
================== | ||
* Fixed: chain .header() to retain negation | ||
0.4.0 / 2011-12-16 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -35,3 +35,3 @@ /*! | ||
exports.version = '0.4.0'; | ||
exports.version = '0.4.1'; | ||
@@ -568,4 +568,4 @@ /** | ||
header: function(field, val){ | ||
this.obj.should.have.property('headers'); | ||
this.obj.headers.should.have.property(field.toLowerCase(), val); | ||
this.obj.should.have.property('headers') | ||
.and.obj.headers.should.have.property(field.toLowerCase(), val); | ||
return this; | ||
@@ -572,0 +572,0 @@ }, |
{ "name": "should" | ||
, "description": "test framework agnostic BDD-style assertions" | ||
, "version": "0.4.0" | ||
, "version": "0.4.1" | ||
, "author": "TJ Holowaychuk <tj@vision-media.ca>" | ||
@@ -5,0 +5,0 @@ , "contributors": [ "Aseem Kishore <aseem.kishore@gmail.com>" ] |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
37762
1