Socket
Socket
Sign inDemoInstall

resourceful

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resourceful - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

6

lib/resourceful/engines/couchdb/index.js

@@ -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));

2

package.json
{
"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"],

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