@nocobase/database
Advanced tools
Comparing version 1.4.0-alpha.20240919174335 to 1.4.0-alpha.20240923152933
@@ -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" | ||
} |
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
@firebase/database |
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
753980
18737
1
+ Added@nocobase/logger@1.4.0-alpha.20240923152933(transitive)
+ Added@nocobase/utils@1.4.0-alpha.20240923152933(transitive)
- Removed@nocobase/logger@1.4.0-alpha.20240919174335(transitive)
- Removed@nocobase/utils@1.4.0-alpha.20240919174335(transitive)