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

homebridge-syntex-ui

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-ui - npm Package Compare versions

Comparing version 1.0.0-b107 to 1.0.0-b108

2

package.json
{
"name": "homebridge-syntex-ui",
"version": "1.0.0-b107",
"version": "1.0.0-b108",
"description": "A plugin to control SynTex accessories: https://github.com/SynTexDZN/homebridge-syntex-ui",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -10,5 +10,10 @@ const version = 'v1.0.0';

caches.open(version).then((cache) => cache.match(new Request('/cache/push')).then((res) => {
console.debug('[ServiceWorker] Lade aus Cache:', res);
}));
event.waitUntil(caches.open('config').then((cache) => {
cache.put('/permissions', new Response('Demo', { status : 400 }));
cache.put('/cache/push', new Response(JSON.stringify({ badgeCounter : 0 }), { status : 400 }));
}));

@@ -15,0 +20,0 @@ /*

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