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

@matter/tools

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matter/tools - npm Package Compare versions

Comparing version 0.12.0-alpha.0-20250103-ba0c01a01 to 0.12.0-alpha.0-20250107-af5a068c3

4

package.json
{
"name": "@matter/tools",
"version": "0.12.0-alpha.0-20250103-ba0c01a01",
"version": "0.12.0-alpha.0-20250107-af5a068c3",
"description": "Matter.js tooling",

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

"typedoc": "^0.27.6",
"typedoc-github-theme": "^0.2.0",
"typedoc-github-theme": "^0.2.1",
"@microsoft/tsdoc": "^0.15.1"

@@ -61,0 +61,0 @@ },

@@ -33,2 +33,15 @@ // This configuration a standard baseline for all packages

"lib": [
"es2022",
"ESNext.Disposable",
// Many standard types are only available via node or DOM. Neither are fully appropriate for our purposes,
// however the DOM types are closer to the standard and add fewer objects that are not present at runtime
// (namely window and document, which we don't have much use for and know to avoid)
//
// Unfortunately TS doesn't break types into individual libs, so we must import the entire DOM
"dom"
],
// Enforce a subset of our code conventions

@@ -35,0 +48,0 @@ "forceConsistentCasingInFileNames": true,

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