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.11 to 0.23.21

6

index.js

@@ -84,2 +84,8 @@ const isPlainObject = require('lodash/isPlainObject')

// Monkey patch racer's model creation
const oldCreateModel = backend.createModel
backend.createModel = function (options = {}, req) {
return oldCreateModel.call(backend, { fetchOnly: true, ...options }, req)
}
shareDbHooks(backend)

@@ -86,0 +92,0 @@

4

package.json
{
"name": "@startupjs/backend",
"version": "0.23.11",
"version": "0.23.21",
"description": "Create new ShareDB backend instance",

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

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