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

@iobroker/js-controller-common-db

Package Overview
Dependencies
Maintainers
6
Versions
409
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.1-20210830-d9828cd3 to 4.0.0-alpha.10-20211116-cb8ad50a

build/index.d.ts

33

package.json
{
"name": "@iobroker/js-controller-common-db",
"version": "4.0.0-alpha.1-20210830-d9828cd3",
"version": "4.0.0-alpha.10-20211116-cb8ad50a",
"engines": {

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

"dependencies": {
"@iobroker/db-objects-file": "4.0.0-alpha.1-20210830-d9828cd3",
"@iobroker/db-objects-jsonl": "4.0.0-alpha.1-20210830-d9828cd3",
"@iobroker/db-objects-redis": "4.0.0-alpha.1-20210830-d9828cd3",
"@iobroker/db-states-file": "4.0.0-alpha.1-20210830-d9828cd3",
"@iobroker/db-states-jsonl": "4.0.0-alpha.1-20210830-d9828cd3",
"@iobroker/db-states-redis": "4.0.0-alpha.1-20210830-d9828cd3",
"@iobroker/js-controller-common": "4.0.0-alpha.1-20210830-d9828cd3"
"@iobroker/db-objects-file": "4.0.0-alpha.10-20211116-cb8ad50a",
"@iobroker/db-objects-jsonl": "4.0.0-alpha.10-20211116-cb8ad50a",
"@iobroker/db-objects-redis": "4.0.0-alpha.10-20211116-cb8ad50a",
"@iobroker/db-states-file": "4.0.0-alpha.10-20211116-cb8ad50a",
"@iobroker/db-states-jsonl": "4.0.0-alpha.10-20211116-cb8ad50a",
"@iobroker/db-states-redis": "4.0.0-alpha.10-20211116-cb8ad50a",
"@iobroker/js-controller-common": "4.0.0-alpha.10-20211116-cb8ad50a",
"fs-extra": "^10.0.0"
},

@@ -34,9 +35,17 @@ "keywords": [

},
"scripts": {},
"main": "index.js",
"license": "Apache 2.0",
"scripts": {
"build": "tsc -b tsconfig.build.json"
},
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"gitHead": "c4f5768a90b13b9f629eddf566b3205b39e11939"
"files": [
"build/lib/",
"build/index.js",
"build/index.d.ts"
],
"gitHead": "7e4b1475d5d59e3540a6111f69f8a3bc9536f751"
}

@@ -5,3 +5,3 @@ # Common class for ioBroker

## License
Apache 2.0
Copyright 2018-2021 bluefox <dogafox@gmail.com>
MIT
Copyright 2018-2021 bluefox <dogafox@gmail.com>

Sorry, the diff of this file is not supported yet

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