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.2 to 1.0.3

7

index.js

@@ -31,3 +31,2 @@ function NKB(basefile) {

function wb(newtx) {

@@ -424,3 +423,3 @@

} else {
console.error(`node-nk-base createPart(variables): Type of this variable(${variable}) is wrong!`);
console.error(`node-nk-base createPart(variables): Type of this variable(${x[0]}) is wrong!`);
return false;

@@ -569,3 +568,3 @@ }

if(type == Number && Number(value) && Number(value) != 0) vt = Number;
if(type == Number && (Number(value) || Number(value) == 0)) vt = Number;

@@ -654,3 +653,3 @@ if(type == String && (String(value) || value == '')) {

console.log('node-nk-base started!');
console.log(`node-nk-base started on file "${basefile}"!`);

@@ -657,0 +656,0 @@ }

{
"name": "node-nk-base",
"version": "1.0.2",
"version": "1.0.3",
"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