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

@iobroker/js-controller-common

Package Overview
Dependencies
Maintainers
6
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.1.0-alpha.3-20220302-91ae5b6c to 4.1.0-alpha.30-20220509-915ac1ff

build/index.d.ts

39

package.json
{
"name": "@iobroker/js-controller-common",
"version": "4.1.0-alpha.3-20220302-91ae5b6c",
"version": "4.1.0-alpha.30-20220509-915ac1ff",
"engines": {

@@ -9,2 +9,3 @@ "node": ">=12.0.0"

"@datalust/winston-seq": "^1.0.0",
"diskusage": "^1.1.3",
"winston-syslog": "^2.5.0"

@@ -14,15 +15,15 @@ },

"@alcalzone/pak": "^0.7.0",
"axios": "^0.27.2",
"ci-info": "^3.3.0",
"deep-clone": "^3.0.3",
"event-stream": "^4.0.1",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"jsonwebtoken": "^8.5.1",
"node-forge": "^1.0.0",
"node-forge": "^1.3.0",
"node.extend": "^2.0.2",
"promisify-child-process": "^4.1.1",
"readline": "^1.3.0",
"request": "^2.88.2",
"semver": "^7.3.5",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.6.0"
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
},

@@ -42,4 +43,14 @@ "keywords": [

},
"scripts": {},
"main": "index.js",
"scripts": {
"build": "tsc -b tsconfig.build.json"
},
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"*": {
"tools": [
"build/lib/common/tools"
]
}
},
"license": "MIT",

@@ -49,7 +60,13 @@ "publishConfig": {

},
"exports": {
".": "./build/index.js",
"./package.json": "./package.json",
"./tools": "./build/lib/common/tools.js"
},
"files": [
"lib/",
"index.js"
"build/lib/",
"build/index.js",
"build/index.d.ts"
],
"gitHead": "17a916537b11b9df499fe4f11bca8e7fa366c914"
"gitHead": "b46ffc00e12aa5e0fe6067c8226761620e63d225"
}
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