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

@nocobase/database

Package Overview
Dependencies
Maintainers
1
Versions
443
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/database - npm Package Compare versions

Comparing version 1.4.0-alpha.20240919174335 to 1.4.0-alpha.20240923152933

7

lib/relation-repository/relation-repository.js

@@ -126,3 +126,3 @@ /**

let tk = options;
if (typeof options === "object" && options["tk"]) {
if (typeof options === "object" && "tk" in options) {
tk = options["tk"];

@@ -137,3 +137,6 @@ }

}
return import_lodash.default.castArray(tk);
if (tk) {
return import_lodash.default.castArray(tk);
}
return [];
}

@@ -140,0 +143,0 @@ targetKey() {

{
"name": "@nocobase/database",
"version": "1.4.0-alpha.20240919174335",
"version": "1.4.0-alpha.20240923152933",
"description": "",

@@ -9,4 +9,4 @@ "main": "./lib/index.js",

"dependencies": {
"@nocobase/logger": "1.4.0-alpha.20240919174335",
"@nocobase/utils": "1.4.0-alpha.20240919174335",
"@nocobase/logger": "1.4.0-alpha.20240923152933",
"@nocobase/utils": "1.4.0-alpha.20240923152933",
"async-mutex": "^0.3.2",

@@ -42,3 +42,3 @@ "chalk": "^4.1.1",

},
"gitHead": "57b1697b219b5c8e6a0444ee19bd66cd598bd07f"
"gitHead": "bd1a83a7040a63619a3d39c5b67048fa97a49f5a"
}
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