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

@iobroker/db-objects-jsonl

Package Overview
Dependencies
Maintainers
5
Versions
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.7 to 4.0.0-alpha.1-20210830-d9828cd3

3

lib/objects/objectsInMemJsonlDB.js

@@ -36,4 +36,3 @@ /**

sizeFactor: 2,
sizeFactorMinimumSize: 1000,
onOpen: true
sizeFactorMinimumSize: 1000
},

@@ -40,0 +39,0 @@ ignoreReadErrors: true,

{
"name": "@iobroker/db-objects-jsonl",
"version": "1.2.7",
"version": "4.0.0-alpha.1-20210830-d9828cd3",
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"dependencies": {
"@alcalzone/jsonl-db": "^1.2.5",
"@iobroker/db-base": "1.2.4",
"@iobroker/db-objects-file": "1.2.7",
"@iobroker/db-objects-redis": "1.2.7",
"@alcalzone/jsonl-db": "^2.1.0",
"@iobroker/db-base": "4.0.0-alpha.1-20210830-d9828cd3",
"@iobroker/db-objects-file": "4.0.0-alpha.1-20210830-d9828cd3",
"@iobroker/db-objects-redis": "4.0.0-alpha.1-20210830-d9828cd3",
"deep-clone": "^3.0.3",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"node.extend": "^2.0.2"

@@ -25,7 +25,7 @@ },

"Apollon77 <iobroker@fischer-ka.de>",
"foxriver76"
"foxriver76 <moritz.heusinger@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.objects-redis"
"url": "https://github.com/ioBroker/ioBroker.js-controller/packages/db-objects-jsonl"
},

@@ -38,3 +38,3 @@ "scripts": {},

},
"gitHead": "d937b3d6ffc6385ccb0e6436cf9f0432fccf08bf"
"gitHead": "c4f5768a90b13b9f629eddf566b3205b39e11939"
}

@@ -1,6 +0,7 @@

# File objects DB base classes for ioBroker
The Library contains the Database classes for File based objects database client and server.
# File DB JSONL objects classes for ioBroker
The Library contains the JSONL Database classes for File based objects database client and server.
## License
Apache 2.0
Copyright 2018-2020 bluefox <dogafox@gmail.com>
The MIT License (MIT)
Copyright 2018-2021 bluefox <dogafox@gmail.com>
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