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

@matter/protocol

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matter/protocol - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2-alpha.0-20241101-15d283a0e

2

dist/cjs/mdns/MdnsScanner.js

@@ -595,3 +595,3 @@ "use strict";

logger.debug(
`Adding operational device ${matterName} in cache (interface ${netInterface}) with TXT data:`,
`Adding operational device ${matterName} in cache (interface ${netInterface}, ttl=${ttl}) with TXT data:`,
MdnsScanner.discoveryDataDiagnostics(txtData)

@@ -598,0 +598,0 @@ );

@@ -597,3 +597,3 @@ /**

logger.debug(
`Adding operational device ${matterName} in cache (interface ${netInterface}) with TXT data:`,
`Adding operational device ${matterName} in cache (interface ${netInterface}, ttl=${ttl}) with TXT data:`,
MdnsScanner.discoveryDataDiagnostics(txtData)

@@ -600,0 +600,0 @@ );

{
"name": "@matter/protocol",
"version": "0.11.1",
"version": "0.11.2-alpha.0-20241101-15d283a0e",
"description": "Low-level APIs for Matter interaction",

@@ -43,10 +43,10 @@ "keywords": [

"dependencies": {
"@matter/general": "0.11.1",
"@matter/model": "0.11.1",
"@matter/types": "0.11.1",
"@matter/general": "0.11.2-alpha.0-20241101-15d283a0e",
"@matter/model": "0.11.2-alpha.0-20241101-15d283a0e",
"@matter/types": "0.11.2-alpha.0-20241101-15d283a0e",
"@noble/curves": "^1.5.0"
},
"devDependencies": {
"@matter/tools": "0.11.1",
"@matter/testing": "0.11.1"
"@matter/tools": "0.11.2-alpha.0-20241101-15d283a0e",
"@matter/testing": "0.11.2-alpha.0-20241101-15d283a0e"
},

@@ -53,0 +53,0 @@ "files": [

@@ -764,3 +764,3 @@ /**

logger.debug(
`Adding operational device ${matterName} in cache (interface ${netInterface}) with TXT data:`,
`Adding operational device ${matterName} in cache (interface ${netInterface}, ttl=${ttl}) with TXT data:`,
MdnsScanner.discoveryDataDiagnostics(txtData),

@@ -767,0 +767,0 @@ );

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc