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.2 to 0.17.3

.idea/.name

4

lib/index.js

@@ -804,3 +804,5 @@ // Generated by CoffeeScript 1.9.2

schemaKeys = Object.keys(Model.schema.paths);
schemaKeys.splice(schemaKeys.indexOf('__v'), 1);
if (schemaKeys.indexOf('__v') >= 0) {
schemaKeys.splice(schemaKeys.indexOf('__v'), 1);
}
schema = {};

@@ -807,0 +809,0 @@ for (j = 0, len = schemaKeys.length; j < len; j++) {

{
"name": "resource-schema",
"version": "0.17.2",
"version": "0.17.3",
"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