node-nk-base
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -313,3 +313,3 @@ function NKB(basefile) { | ||
bt = `${bt.substring(0, ss)}${section}${bt.substring(ss+section.length+2, ps)}${id}${part.substring(0, vs)}${variable}=ň${Number(v.substring(2, v.length))+value}${part.substring(ve+1, part.length)}${bt.substring(pe+3, bt.length)}`; | ||
bt = `${bt.substring(0, ss)}${section}${bt.substring(ss+section.length+2, ps)}${id}${part.substring(0, vs)}${variable}=ň${Number(v.substring(2, v.length))+Number(value)}${part.substring(ve+1, part.length)}${bt.substring(pe+3, bt.length)}`; | ||
@@ -316,0 +316,0 @@ if(wb(bt)) return true; else return null; |
{ | ||
"name": "node-nk-base", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"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
37123