Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-nk-base

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nk-base - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

14

index.js

@@ -158,3 +158,3 @@ function NKB(basefile) {

if(wb(`${bt.substring(0, ss)}${section}${bt.substring(ss+section.length+2, ps)}${id}${bt.substring(ps+String(id).length+4, vs+1)}${variable}=${t}${value}${bt.substring(ve+2, pe)}${bt.substring(se, bt.length)}`)) return true; else return null;
if(wb(`${bt.substring(0, ss)}${section}${bt.substring(ss+section.length+2, vs+1)}${variable}=${t}${value}${bt.substring(ve+2, bt.length)}`)) return true; else return null;

@@ -188,4 +188,4 @@ }

if(set(section, id, variable, Number(v.substring(2, v.length)) + Number(value))) return true; else return null;
if(wb(`${bt.substring(0, ss)}${section}${bt.substring(ss+section.length+2, vs+1)}${variable}=${t}${Number(v.substring(2, v.length)) + value}${bt.substring(ve+2, bt.length)}`)) return true; else return null;
}

@@ -219,4 +219,4 @@

if(set(section, id, variable, v.substring(2, v.length) + String(value))) return true; else return null;
if(wb(`${bt.substring(0, ss)}${section}${bt.substring(ss+section.length+2, vs+1)}${variable}=${t}${v.substring(2, v.length) + value}${bt.substring(ve+2, bt.length)}`)) return true; else return null;
}

@@ -336,3 +336,3 @@

add(section, id, variable, value);
return add(section, id, variable, value);

@@ -360,3 +360,3 @@ }

append(section, id, variable, value);
return append(section, id, variable, value);

@@ -363,0 +363,0 @@ }

{
"name": "node-nk-base",
"version": "1.0.5",
"version": "1.0.6",
"description": "database for nodejs by NK",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc