Socket
Socket
Sign inDemoInstall

@startupjs/backend

Package Overview
Dependencies
Maintainers
6
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@startupjs/backend - npm Package Compare versions

Comparing version 0.9.0 to 0.9.6

2

index.js

@@ -144,5 +144,5 @@ const isPlainObject = require('lodash/isPlainObject')

if (isPlainObject(query)) return next()
if (!isArray(query)) query = [ query ]
if (!isArray(query)) query = [query]
request.query = { _id: { $in: query } }
next()
}
{
"name": "@startupjs/backend",
"version": "0.9.0",
"version": "0.9.6",
"description": "Create new ShareDB backend instance",

@@ -13,8 +13,9 @@ "main": "index.js",

"mongodb": "^2.2.31",
"racer": "0.9.9",
"racer-schema": "^0.1.2",
"redis": "^2.2.0",
"redis-url": "^1.2.0",
"sharedb": "^1.0.0-beta.22",
"sharedb": "~1.0.0",
"sharedb-access": "~3.0.0",
"sharedb-hooks": "~3.0.0",
"sharedb-hooks": "~4.0.0",
"sharedb-mongo": "1.0.0-beta.9",

@@ -29,3 +30,3 @@ "sharedb-redis-pubsub": "^1.0.0-beta.1"

},
"gitHead": "6ec21d73227b837e60b23648c4281bb70046fc50"
"gitHead": "3a4ba248846350844d95d8f512925de1e69a59ee"
}
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