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.32 to 0.23.35

7

index.js

@@ -97,3 +97,8 @@ const isPlainObject = require('lodash/isPlainObject')

if (options.validateSchema && global.STARTUP_JS_ORM && Object.keys(global.STARTUP_JS_ORM).length > 0) {
if (
options.validateSchema &&
process.env.NODE_ENV !== 'production' &&
global.STARTUP_JS_ORM &&
Object.keys(global.STARTUP_JS_ORM).length > 0
) {
const schemaPerCollection = { schemas: {}, formats: {}, validators: {} }

@@ -100,0 +105,0 @@

4

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

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

},
"gitHead": "1a5200a3b4e9158aa5b535322a543cd0a755120a"
"gitHead": "ac7513e8ffd81df23015d8f4012bc4cae9a8fc79"
}
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