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

@iobroker/js-controller-common-db

Package Overview
Dependencies
Maintainers
6
Versions
397
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/js-controller-common-db - npm Package Compare versions

Comparing version 4.0.0-alpha.8-20210909-001a711c.0-20210912-46e34dc4 to 4.0.0-alpha.9-20211102-d892122d

lib/common/objects.js

6

index.js

@@ -1,1 +0,5 @@

module.exports = require('./lib/common/tools');
module.exports = {
tools: require('./lib/common/tools'),
getStatesConstructor: require('./lib/common/states'),
getObjectsConstructor: require('./lib/common/objects')
};

19

package.json
{
"name": "@iobroker/js-controller-common-db",
"version": "4.0.0-alpha.8-20210909-001a711c.0-20210912-46e34dc4",
"version": "4.0.0-alpha.9-20211102-d892122d",
"engines": {

@@ -12,9 +12,10 @@ "node": ">=12.0.0"

"dependencies": {
"@iobroker/db-objects-file": "4.0.0-alpha.8-20210909-001a711c.0-20210912-46e34dc4",
"@iobroker/db-objects-jsonl": "4.0.0-alpha.8-20210909-001a711c.0-20210912-46e34dc4",
"@iobroker/db-objects-redis": "4.0.0-alpha.8-20210909-001a711c.0-20210912-46e34dc4",
"@iobroker/db-states-file": "4.0.0-alpha.8-20210909-001a711c.0-20210912-46e34dc4",
"@iobroker/db-states-jsonl": "4.0.0-alpha.8-20210909-001a711c.0-20210912-46e34dc4",
"@iobroker/db-states-redis": "4.0.0-alpha.8-20210909-001a711c.0-20210912-46e34dc4",
"@iobroker/js-controller-common": "4.0.0-alpha.8-20210909-001a711c.0-20210912-46e34dc4"
"@iobroker/db-objects-file": "4.0.0-alpha.9-20211102-d892122d",
"@iobroker/db-objects-jsonl": "4.0.0-alpha.9-20211102-d892122d",
"@iobroker/db-objects-redis": "4.0.0-alpha.9-20211102-d892122d",
"@iobroker/db-states-file": "4.0.0-alpha.9-20211102-d892122d",
"@iobroker/db-states-jsonl": "4.0.0-alpha.9-20211102-d892122d",
"@iobroker/db-states-redis": "4.0.0-alpha.9-20211102-d892122d",
"@iobroker/js-controller-common": "4.0.0-alpha.9-20211102-d892122d",
"fs-extra": "^10.0.0"
},

@@ -44,3 +45,3 @@ "keywords": [

],
"gitHead": "6eb0d787158ca834ffbf084e4569837e1fe536d3"
"gitHead": "c1934b1801ee5253170a49ebd04aaf8a50dc05cb"
}
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