@startupjs/backend
Advanced tools
Comparing version 0.23.0 to 0.23.11
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5632
135