🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

hap-controller

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hap-controller - npm Package Compare versions

Comparing version

to
0.9.3

22

package.json
{
"name": "hap-controller",
"version": "0.9.2",
"version": "0.9.3",
"description": "Library to implement a HAP (HomeKit) controller",

@@ -31,3 +31,3 @@ "main": "lib/index.js",

"dependencies": {
"@abandonware/noble": "1.9.2-19",
"@abandonware/noble": "1.9.2-20",
"bignumber.js": "^9.1.1",

@@ -39,3 +39,3 @@ "debug": "^4.3.4",

"json-bigint": "^1.0.0",
"libsodium-wrappers": "^0.7.10",
"libsodium-wrappers": "^0.7.11",
"node-hkdf-sync": "^1.0.0",

@@ -50,12 +50,12 @@ "uuid": "^9.0.0"

"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^18.11.18",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"@types/node": "^18.14.2",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"event-to-promise": "^0.8.0",
"jest": "^29.3.1",
"prettier": "^2.8.2",
"typescript": "^4.9.4"
"jest": "^29.4.3",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},

@@ -62,0 +62,0 @@ "files": [

@@ -276,2 +276,5 @@ # hap-controller

## Changelog
### 0.9.3 (2023-02-27)
* (Apollon77) Update Noble to fix CPU/Memory issue
### 0.9.2 (2023-01-10)

@@ -278,0 +281,0 @@ * (Apollon77) Adjust some more places to finalize BigInt support