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.0 to 1.0.1

2

lib/objects/objectsInMemServerRedis.js

@@ -230,3 +230,3 @@ /**

const shasum = crypto.createHash('sha1');
const buf = new Buffer(data[1]);
const buf = Buffer.from(data[1]);
shasum.update(buf);

@@ -233,0 +233,0 @@ const scriptChecksum = shasum.digest('hex');

{
"name": "@iobroker/db-objects-file",
"version": "1.0.0",
"version": "1.0.1",
"engines": {

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

},
"gitHead": "eaedf07726250c1fb3bf3cbfa9778e6cddd5c963"
"gitHead": "3e3b5557fb118b961fb8cfba08c69687d9af8617"
}
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