New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

comfydb

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comfydb - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

exampleServer.js

1

example.js

@@ -41,3 +41,2 @@ const ComfyDB = require( "./index" );

ComfyDB.Close();
// process.kill( process.pid, "SIGTERM" );
}

@@ -44,0 +43,0 @@ }

@@ -76,2 +76,3 @@ const MongoClient = require('mongodb').MongoClient;

console.log( "Exit:", code );
comfyDB.Close();
});

@@ -84,3 +85,3 @@ }

},
Close: function() {
Close: function( shouldExit = true ) {
if( comfyDB._client ) {

@@ -94,2 +95,5 @@ comfyDB._client.close();

}
if( shouldExit ) {
process.exit();
}
},

@@ -96,0 +100,0 @@ Backup: function() {

{
"name": "comfydb",
"version": "1.0.1",
"version": "1.0.2",
"description": "Comfiest Way To Use A Database!",

@@ -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