Socket
Socket
Sign inDemoInstall

hap-proxy

Package Overview
Dependencies
71
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.3.4

4

lib/HAPProxy.js

@@ -174,6 +174,8 @@ "use strict";

});
const body = JSON.stringify(attributeDatabase);
console.log(new Date().toISOString() + " attributeDatabase: " + body);
return chain
.then(() => this.identifierCache.save())
.then(() => {
httpResponse.body = Buffer.from(JSON.stringify(attributeDatabase));
httpResponse.body = Buffer.from(body);
callback(undefined, HAPProxy.responseToServerResponse(httpResponse));

@@ -180,0 +182,0 @@ });

{
"name": "hap-proxy",
"version": "0.3.3",
"version": "0.3.4",
"description": "An HAP proxy tool written in Typescript",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc