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.4 to 0.0.5

2

lib/tools.js

@@ -24,3 +24,3 @@ const path = require('path');

while (pathParts.length) {
const tryPath = path.join(path.sep, pathParts.join(path.sep));
const tryPath = pathParts.join(path.sep);
if (fs.existsSync(path.join(tryPath, 'lib/tools.js'))) {

@@ -27,0 +27,0 @@ controllerPath = tryPath;

{
"name": "@iobroker/db-base",
"version": "0.0.4",
"version": "0.0.5",
"engines": {

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

},
"gitHead": "ffacbbe82d0239b1e4e20fa63ba52ec74719fc3c"
"gitHead": "ddb4ea63654025abe9cf2e53c82cca76449dbf66"
}
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