Socket
Socket
Sign inDemoInstall

croxydb

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croxydb - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

7

adapters/mongo/index.js

@@ -79,8 +79,3 @@ "use strict";

var data = await this.get(db);
if(data !== undefined) {
return true;
} else {
return false;
}
return ((await this.get(db)) ? true : false)

@@ -87,0 +82,0 @@ }

2

file/index.js

@@ -144,3 +144,3 @@ const langs = ["tr", "en"];

try {
return this.adapter.get(db) ? true : false;
return this.adapter.has(db);
} catch(err) {

@@ -147,0 +147,0 @@ return false;

@@ -40,3 +40,3 @@ {

},
"version": "0.0.19"
"version": "0.0.20"
}

@@ -5,4 +5,4 @@ # CroxyDB

# What's new in 0.0.19?
- Fixed bugs.
# What's new in 0.0.20?
- Fixed bugs in "db.has()" function.

@@ -9,0 +9,0 @@ Examples

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