node-nk-base
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -860,3 +860,3 @@ function NKB(basefile) { | ||
if((vs !== -1 && vs1 !== -1 && ve !== -1) && (ve < pe)) { | ||
if(vs !== -1 && vs1 !== -1 && ve !== -1) { | ||
variables.push(part.substring(vs+1, vs1-2)); | ||
@@ -863,0 +863,0 @@ } else break; |
{ | ||
"name": "node-nk-base", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"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
36222