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

@matter/nodejs

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/nodejs - npm Package Compare versions

Comparing version 0.11.0-alpha.0-20241024-17b969660 to 0.11.0-alpha.0-20241025-b177b0a59

18

package.json
{
"name": "@matter/nodejs",
"version": "0.11.0-alpha.0-20241024-17b969660",
"version": "0.11.0-alpha.0-20241025-b177b0a59",
"description": "Node.js platform support for matter.js",

@@ -47,13 +47,13 @@ "keywords": [

"dependencies": {
"@matter/general": "0.11.0-alpha.0-20241024-17b969660",
"@matter/node": "0.11.0-alpha.0-20241024-17b969660",
"@matter/protocol": "0.11.0-alpha.0-20241024-17b969660",
"@matter/types": "0.11.0-alpha.0-20241024-17b969660",
"@project-chip/matter.js": "0.11.0-alpha.0-20241024-17b969660",
"@matter/general": "0.11.0-alpha.0-20241025-b177b0a59",
"@matter/node": "0.11.0-alpha.0-20241025-b177b0a59",
"@matter/protocol": "0.11.0-alpha.0-20241025-b177b0a59",
"@matter/types": "0.11.0-alpha.0-20241025-b177b0a59",
"@project-chip/matter.js": "0.11.0-alpha.0-20241025-b177b0a59",
"node-localstorage": "^3.0.5"
},
"devDependencies": {
"@matter/model": "0.11.0-alpha.0-20241024-17b969660",
"@matter/protocol": "0.11.0-alpha.0-20241024-17b969660",
"@matter/tools": "0.11.0-alpha.0-20241024-17b969660",
"@matter/model": "0.11.0-alpha.0-20241025-b177b0a59",
"@matter/protocol": "0.11.0-alpha.0-20241025-b177b0a59",
"@matter/tools": "0.11.0-alpha.0-20241025-b177b0a59",
"@types/bytebuffer": "^5.0.49",

@@ -60,0 +60,0 @@ "@types/node-localstorage": "^1.3.3"

@@ -1,1 +0,11 @@

This package is required to run matter.js on Node.js. You should import it once before invoking matter.js APIs.
# @matter/nodejs - Node.js platform specific functionality for Matter.js
This package is required to run matter.js on Node.js.
If you do not use @matter/main you should import it once before invoking matter.js APIs. If you use @matter/main, you do not need to import this package because this is handled automatically.
For more information about matter.js, see the [matter.js README](../../README.md).
Importing this package is only needed in special cases. For all normal use cases, import the [main package](../main/README.md).
T
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