Socket
Socket
Sign inDemoInstall

resource-schema

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resource-schema - npm Package Compare versions

Comparing version 0.17.3 to 0.18.0

2

lib/index.js

@@ -98,3 +98,2 @@ // Generated by CoffeeScript 1.9.2

}
model = model.toObject();
return _this._sendResource(model, requestContext);

@@ -130,3 +129,2 @@ }).then(null, function(err) {

return function(models) {
models = _(models).invoke('toObject');
return _this._sendResources(models, requestContext);

@@ -133,0 +131,0 @@ };

2

package.json
{
"name": "resource-schema",
"version": "0.17.3",
"version": "0.18.0",
"description": "Define schemas for RESTful resources from mongoose models, and generate middleware to GET, POST, PUT, and DELETE to those resources.",

@@ -5,0 +5,0 @@ "author": "Good Eggs <open-source@goodeggs.com>",

Sorry, the diff of this file is not supported yet

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