node-nk-base
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -31,3 +31,2 @@ function NKB(basefile) { | ||
function wb(newtx) { | ||
@@ -424,3 +423,3 @@ | ||
} else { | ||
console.error(`node-nk-base createPart(variables): Type of this variable(${variable}) is wrong!`); | ||
console.error(`node-nk-base createPart(variables): Type of this variable(${x[0]}) is wrong!`); | ||
return false; | ||
@@ -569,3 +568,3 @@ } | ||
if(type == Number && Number(value) && Number(value) != 0) vt = Number; | ||
if(type == Number && (Number(value) || Number(value) == 0)) vt = Number; | ||
@@ -654,3 +653,3 @@ if(type == String && (String(value) || value == '')) { | ||
console.log('node-nk-base started!'); | ||
console.log(`node-nk-base started on file "${basefile}"!`); | ||
@@ -657,0 +656,0 @@ } |
{ | ||
"name": "node-nk-base", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "database for nodejs by NK", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
23144
0