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

node-matter

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-matter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

TODO

1

build/Main.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

@@ -2,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

2

package.json
{
"name": "node-matter",
"version": "0.0.2",
"version": "0.0.3",
"description": "Matter protocol for node.js",

@@ -5,0 +5,0 @@ "keywords": [

@@ -22,3 +22,3 @@ # node-matter

```bash
node-matter
matter
```

@@ -33,3 +33,3 @@

```bash
node-matter -on "echo 255 > /sys/class/leds/led1/brightness" -off "echo 0 > /sys/class/leds/led1/brightness"
matter -on "echo 255 > /sys/class/leds/led1/brightness" -off "echo 0 > /sys/class/leds/led1/brightness"
```

@@ -68,5 +68,6 @@

*Provisioning the device*: click "provision with WiFi" > "Input Device address" > type IP address of the machine running node-matter
*Controlling the device*: click "Light on/of" and you can control the light
**Provisioning the device**: click "provision with WiFi" > "Input Device address" > type IP address of the machine running node-matter
**Controlling the device**: click "Light on/of" and you can control the light
## FAQ

@@ -73,0 +74,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