node-nk-base
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -86,3 +86,3 @@ function NKB(basefile) { | ||
if(pe === -1) return false; | ||
let vs = bt.substring(ps+String(id).length+4, pe+1).indexOf((`${variable}=`), ps); | ||
let vs = bt.substring(ps+String(id).length+4, pe+1).indexOf((`${variable}=`)); | ||
if(vs !== -1) return true; else return false; | ||
@@ -89,0 +89,0 @@ |
{ | ||
"name": "node-nk-base", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"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
36218