Socket
Socket
Sign inDemoInstall

resource-schema

Package Overview
Dependencies
Maintainers
3
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.12.0 to 0.12.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.12.1
## Bug Fixes
- add mongoose as a dependency (not just a dev dependency)
# 0.12.0

@@ -2,0 +7,0 @@

4

lib/index.js
// Generated by CoffeeScript 1.8.0
var RESERVED_KEYWORDS, ResourceSchema, boom, clone, deepExtend, dot, mongoose, q, _,
var RESERVED_KEYWORDS, ResourceSchema, boom, deepExtend, dot, mongoose, q, _,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },

@@ -14,4 +14,2 @@ __slice = [].slice,

clone = require('clone');
deepExtend = require('./deep_extend');

@@ -18,0 +16,0 @@

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

@@ -28,9 +28,6 @@ "author": "Good Eggs <open-source@goodeggs.com>",

"q": "^1.0.1",
"async": "^0.9.0",
"deep-extend": "^0.3.2",
"clone": "^0.1.18",
"boom": "^2.6.1"
"boom": "^2.6.1",
"mongoose": "^3.8.22"
},
"devDependencies": {
"mongoose": "^3.8.17",
"sinon": "^1.10.3",

@@ -37,0 +34,0 @@ "chai": "^1.9.2",

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