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

homebridge-plugin-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-plugin-wrapper - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

5

package.json
{
"name": "homebridge-plugin-wrapper",
"version": "0.4.5",
"version": "0.4.6",
"description": "Wrapper for Homebridge and NodeJS-HAP with reduced dependecies",

@@ -23,3 +23,4 @@ "author": {

"decimal.js": "^7.2.3",
"buffer-shims": "^1.0.0"
"buffer-shims": "^1.0.0",
"debug": "^2.2.0"
},

@@ -26,0 +27,0 @@ "devDependencies": {

8

README.md

@@ -18,3 +18,3 @@ # homebridge-plugin-wrapper

The wrapper also uses the great "moch-require" module to further minimize
The wrapper also uses the great "mock-require" module to further minimize
dependencies for modules that are not needed in this usage.

@@ -45,2 +45,8 @@ *But this has a side-effect!! The following modules are not usable in your projects currently:*

## What's changed on Homebridge/HAP-NodeJS?
* Homeebridge: version.js to return the version of the files "static" instead of a dynamic lookup
* HAP-NodeJS: HAPServer.js only has minimal functions because not needed
* HAP-NodeJS: Advertiser.js only has minimal functions because not needed
* Mocked away: qrcode-terminal, ed25519-hap, ip, chalk
## Todo

@@ -47,0 +53,0 @@ * More/Better Documentation :-) (open Issue if you need it)

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