node-nk-base
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -98,3 +98,3 @@ function NKB(basefile) { | ||
if(v.startsWith(`క`)) return v.substring(2, v.length).replace(//g, '\n').replace(/c/g, ``); | ||
if(v.startsWith(`క`)) return v.substring(2, v.length).replace(//g, '\n').replace(/ /g, ``); | ||
@@ -218,3 +218,3 @@ if(v.startsWith(`±`)) { | ||
if(wb(`${bt.substring(0, ss)}${section}${bt.substring(ss+section.length+2, vs+1)}${variable}=క${v.substring(2, v.length) + value}${bt.substring(ve+2, bt.length)}`)) return true; else return null; | ||
if(wb(`${bt.substring(0, ss)}${section}${bt.substring(ss+section.length+2, vs+1)}${variable}=క${v.substring(2, v.length) + value.replace(/\n/g, '').replace(//g, ' ')}${bt.substring(ve+2, bt.length)}`)) return true; else return null; | ||
@@ -221,0 +221,0 @@ } |
{ | ||
"name": "node-nk-base", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
24401