should-format
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -377,4 +377,4 @@ var getType = require('should-type'); | ||
Formatter.add('object', 'window', function() { | ||
return '[Window]'; | ||
Formatter.add('object', 'host', function() { | ||
return '[Host]'; | ||
}); | ||
@@ -381,0 +381,0 @@ |
{ | ||
"name": "should-format", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Formatting of objects for should.js", | ||
@@ -26,4 +26,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"should-type": "0.1.1" | ||
"should-type": "0.2.0" | ||
} | ||
} |
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
261822
+ Addedshould-type@0.2.0(transitive)
- Removedshould-type@0.1.1(transitive)
Updatedshould-type@0.2.0