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

@project-chip/matter.js

Package Overview
Dependencies
Maintainers
1
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@project-chip/matter.js - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

dist/cjs/cluster/AccessControlCluster.js

15

package.json
{
"name": "@project-chip/matter.js",
"version": "0.0.2",
"version": "0.1.0",
"description": "Matter protocol in pure js",

@@ -26,4 +26,4 @@ "keywords": [

"scripts": {
"clean": "rm -rf dist; rm -rf dist-cjs",
"build": "npm run clean; tsc --project tsconfig.dist.json; tsc --project tsconfig.dist-cjs.json",
"clean": "rm -rf dist; rm -rf out",
"build": "npm run clean; tsc --project tsconfig.dist-es.json; tsc --project tsconfig.dist-cjs.json; tsc --project tsconfig.dist-dts.json",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",

@@ -44,8 +44,7 @@ "test-web": "karma start karma.conf.cjs"

"files": [
"dist/**/*",
"dist-cjs/**/*"
"dist/**/*"
],
"main": "dist-cjs/matter.js",
"module": "dist/matter.js",
"types": "dist/matter.d.ts"
"main": "dist/cjs/matter.js",
"module": "dist/es/matter.js",
"types": "dist/dts/matter.d.ts"
}

@@ -7,2 +7,16 @@ # matter.js

## Current status
This is work in progress.
Completed implementations:
- [X] TLV codec (coder/decoder) and schema mapping and validation engine
- [X] 12 cluster definitions (including TLV structures for all messages)
## matter.js usage
matter.js is used at the core of those two projects:
* [matternode](https://github.com/project-chip/matternode): a light-weight node.js implementation of a Matter Node
* [node-matter](https://github.com/mfucci/node-matter): a Matter client / server running on node.js compatible with HA (Android / iOs support in progress)
## Tests

@@ -9,0 +23,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