node-nk-base
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -997,3 +997,3 @@ function NKB(basefile) { | ||
if(value.startsWith(`ň`)) v = Number(v1.substring(2, value.length)); else | ||
if(value.startsWith(`ň`)) v = Number(value.substring(2, value.length)); else | ||
@@ -1000,0 +1000,0 @@ if(value.startsWith(`క`)) v = value.substring(2, value.length).replace(//g, '\n').replace(/ /g, ``); else |
{ | ||
"name": "node-nk-base", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36163
0