Socket
Socket
Sign inDemoInstall

resource-schema

Package Overview
Dependencies
Maintainers
6
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 2.1.1 to 2.1.2-0

yarn.lock

2

lib/deep_extend.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.3
// Generated by CoffeeScript 1.12.7

@@ -3,0 +3,0 @@ /*

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.3
// Generated by CoffeeScript 1.12.7
var ObjectId, ResourceSchema, _, boom, deepExtend, dot, err, keyChecker, q,

@@ -3,0 +3,0 @@ bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.3
// Generated by CoffeeScript 1.12.7

@@ -3,0 +3,0 @@ /*

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

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

"dependencies": {
"boom": "^7.2.0",
"dot-component": "^0.1.1",
"underscore": "^1.7.0",
"q": "^1.0.1",
"boom": "^2.6.1"
"underscore": "^1.7.0"
},
"devDependencies": {
"mongoose": ">= 4.0.2",
"sinon": "^1.10.3",
"body-parser": "^1.9.0",
"chai": "^1.9.2",
"fibrous": "^0.3.3",
"coffee-script": ">=1.7.x",
"mocha": "~1.x.x",
"cookie-parser": "^1.3.3",
"body-parser": "^1.9.0",
"express": "^4.9.7",
"fibrous": "^0.3.3",
"mocha": "~1.x.x",
"mongoose": ">= 4.0.2",
"namespaced-request": "^1.3.1",
"request": "^2.51.0",
"namespaced-request": "^1.3.1"
"sinon": "^1.10.3"
},

@@ -44,0 +44,0 @@ "publishConfig": {

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