node-nk-base
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -1000,3 +1000,3 @@ function NKB(basefile) { | ||
if(value.startsWith(`±`)) { | ||
value = value.substring(2, v.length); | ||
value = value.substring(2, value.length); | ||
if(value === '0') v.push(false); | ||
@@ -1003,0 +1003,0 @@ if(value === '1') v.push(true); |
{ | ||
"name": "node-nk-base", | ||
"version": "2.0.2", | ||
"version": "2.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
37115