Socket
Socket
Sign inDemoInstall

thinodium

Package Overview
Dependencies
4
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

5

lib/db.js

@@ -20,2 +20,7 @@ "use strict";

get isConnected () {
return !!this._connection;
}
connect () {

@@ -22,0 +27,0 @@ if (this._connection) {

2

package.json
{
"name": "thinodium",
"version": "1.0.0",
"version": "1.0.1",
"description": "Light-weight, pluggable ODM for Node.js. Supports RethinkDB, etc",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc