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

@iobroker/db-objects-file

Package Overview
Dependencies
Maintainers
5
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/db-objects-file - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

lib/objects/objectsInMemServerRedis.js

@@ -740,4 +740,4 @@ /**

}
let baseName = name;
if (!baseName.endsWith('/')) {
let baseName = name || '';
if (baseName.length && !baseName.endsWith('/')) {
baseName += '/';

@@ -744,0 +744,0 @@ }

{
"name": "@iobroker/db-objects-file",
"version": "1.0.4",
"version": "1.0.5",
"engines": {

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

},
"gitHead": "d0d4e816205e8c79ef3a3d68cacc62a50f5dbc29"
"gitHead": "948085a86eb1c999fa054b6ab577a2b6cb5462c0"
}
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