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

@matter/create

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matter/create - npm Package Compare versions

Comparing version 0.12.0-alpha.0-20250116-1917244e0 to 0.12.0-alpha.0-20250118-678537a5f

10

dist/templates/controller/ControllerNode.ts

@@ -31,3 +31,3 @@ #!/usr/bin/env node

new NodeJsBle({
hciId: environment.vars.number("ble-hci-id"),
hciId: environment.vars.number("ble.hci.id"),
}),

@@ -105,6 +105,6 @@ );

ble = true;
const wifiSsid = environment.vars.string("ble-wifi-ssid");
const wifiCredentials = environment.vars.string("ble-wifi-credentials");
const threadNetworkName = environment.vars.string("ble-thread-networkname");
const threadOperationalDataset = environment.vars.string("ble-thread-operationaldataset");
const wifiSsid = environment.vars.string("ble.wifi.ssid");
const wifiCredentials = environment.vars.string("ble.wifi.credentials");
const threadNetworkName = environment.vars.string("ble.thread.networkname");
const threadOperationalDataset = environment.vars.string("ble.thread.operationaldataset");
if (wifiSsid !== undefined && wifiCredentials !== undefined) {

@@ -111,0 +111,0 @@ logger.info(`Registering Commissioning over BLE with WiFi: ${wifiSsid}`);

@@ -8,5 +8,5 @@ {

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0",
"@matter/nodejs-ble": "~0.12.0-alpha.0-20250116-1917244e0",
"@project-chip/matter.js": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f",
"@matter/nodejs-ble": "~0.12.0-alpha.0-20250118-678537a5f",
"@project-chip/matter.js": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -19,3 +19,3 @@ "description": "Controller example to commission and connect devices",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -28,3 +28,3 @@ "description": "Bridge for multiple OnOff light/sockets with a CLI command execution interface",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -37,3 +37,3 @@ "description": "Composed device for multiple OnOff light/sockets with a CLI command execution interface",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -46,3 +46,3 @@ "description": "Composed device with Window covering and a light endpoint that logs changes",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -55,3 +55,3 @@ "description": "Socket device that reports random Energy and Power measurements",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -64,3 +64,3 @@ "description": "Multiple OnOff light/socket nodes in one process with a CLI command execution interface",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -73,5 +73,5 @@ "description": "OnOff light/socket device with a CLI command execution interface",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0",
"@matter/nodejs": "~0.12.0-alpha.0-20250116-1917244e0",
"@matter/nodejs-ble": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f",
"@matter/nodejs": "~0.12.0-alpha.0-20250118-678537a5f",
"@matter/nodejs-ble": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -84,3 +84,3 @@ "description": "OnOff light/socket device with BLE support and advanced API usage",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -93,3 +93,3 @@ "description": "OnOff light example which logs the state changes to the console",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -102,3 +102,3 @@ "description": "Temperature/Humidity sensor with a CLI command interface to get the value",

"dependencies": {
"@matter/main": "~0.12.0-alpha.0-20250116-1917244e0"
"@matter/main": "~0.12.0-alpha.0-20250118-678537a5f"
},

@@ -105,0 +105,0 @@ "description": "A simple on/off device",

{
"name": "@matter/create",
"version": "0.12.0-alpha.0-20250116-1917244e0",
"version": "0.12.0-alpha.0-20250118-678537a5f",
"description": "Matter.js skeleton project generator",

@@ -35,3 +35,3 @@ "type": "module",

"devDependencies": {
"@matter/tools": "0.12.0-alpha.0-20250116-1917244e0",
"@matter/tools": "0.12.0-alpha.0-20250118-678537a5f",
"@types/node": "^22.10.1",

@@ -38,0 +38,0 @@ "@types/tar-stream": "^3.1.3"

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