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.16 to 0.0.17

6

adapters/mongo/index.js

@@ -121,7 +121,5 @@ "use strict";

}
let content = await this.schema.findOne({
key: db
});
let content = await this.get(db);
if (!content) {

@@ -128,0 +126,0 @@ await this.set(db, number)

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

},
"version": "0.0.16"
"version": "0.0.17"
}

@@ -5,3 +5,3 @@ # CroxyDB

# What's new in 0.0.16?
# What's new in 0.0.17?
- Fixed bugs.

@@ -8,0 +8,0 @@

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