resourceful
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -124,3 +124,7 @@ /* | ||
this.head(id, function (e, headers) { | ||
this.head(id, function (e, headers, res) { | ||
if (res === 404 || !headers['etag']) { | ||
e = e || { reason: 'not_found' }; | ||
} | ||
if (headers.etag) { | ||
@@ -127,0 +131,0 @@ args.splice(1, -1, headers.etag.slice(1, -1)); |
{ | ||
"name": "resourceful", | ||
"description": "A storage agnostic resource-oriented ODM for building prototypical models with validation and sanitization.", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"url": "http://github.com/flatiron/resourceful", | ||
@@ -6,0 +6,0 @@ "keywords": ["ODM", "database", "couchdb", "model", "resource"], |
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
155120
3359