Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@startupjs/backend

Package Overview
Dependencies
Maintainers
7
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.23.0 to 0.23.11

9

index.js

@@ -84,15 +84,16 @@ const isPlainObject = require('lodash/isPlainObject')

shareDbHooks(backend)
if (options.accessControl != null) {
shareDbAccess(backend, { dontUseOldDocs: true })
options.accessControl(backend)
}
if (options.schema != null) {
racerSchema(backend, options.schema)
}
if (options.hooks != null) {
shareDbHooks(backend)
options.hooks(backend)
}
if (options.accessControl != null) {
options.accessControl(backend)
}

@@ -99,0 +100,0 @@ backend.on('client', (client, reject) => {

{
"name": "@startupjs/backend",
"version": "0.23.0",
"version": "0.23.11",
"description": "Create new ShareDB backend instance",

@@ -29,3 +29,3 @@ "main": "index.js",

},
"gitHead": "bc1f1b02649b4c744d55f7d9396d7b723c8f97db"
"gitHead": "4e4826fd9a933638c73215d9a4f8acade1f5d163"
}
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