Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/db-base

Package Overview
Dependencies
Maintainers
5
Versions
417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/db-base - npm Package Compare versions

Comparing version 0.0.14 to 1.0.0

2

lib/inMemFileDB.js

@@ -352,3 +352,3 @@ /**

// Destructor of the class. Called by shutting down.
destroy() {
async destroy() {
this.stateTimer && this.saveState();

@@ -355,0 +355,0 @@ }

@@ -170,3 +170,3 @@ const Resp = require('respjs');

this.log.silly(this.socketId + ' Redis response DIRECT: ' + data.toString().replace(/[\r\n]+/g, ''));
} // TODO remove data logging (performance)
}
return this._write(data);

@@ -173,0 +173,0 @@ }

{
"name": "@iobroker/db-base",
"version": "0.0.14",
"version": "1.0.0",
"engines": {

@@ -34,3 +34,3 @@ "node": ">=10.0.0"

},
"gitHead": "6f1253ede80b73ec1ffbc24d1afd19f2552bbdc4"
"gitHead": "eaedf07726250c1fb3bf3cbfa9778e6cddd5c963"
}
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