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

@matter/general

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matter/general - npm Package Compare versions

Comparing version 0.12.0-alpha.0-20241220-c66941cd7 to 0.12.0-alpha.0-20241225-902d76201

1

dist/cjs/environment/Environment.d.ts

@@ -65,2 +65,3 @@ /**

get name(): string;
get root(): Environment;
/**

@@ -67,0 +68,0 @@ * Emits on service add.

@@ -135,2 +135,5 @@ "use strict";

}
get root() {
return this.#parent?.root ?? this;
}
/**

@@ -137,0 +140,0 @@ * Emits on service add.

@@ -65,2 +65,3 @@ /**

get name(): string;
get root(): Environment;
/**

@@ -67,0 +68,0 @@ * Emits on service add.

@@ -112,2 +112,5 @@ /**

}
get root() {
return this.#parent?.root ?? this;
}
/**

@@ -114,0 +117,0 @@ * Emits on service add.

4

package.json
{
"name": "@matter/general",
"version": "0.12.0-alpha.0-20241220-c66941cd7",
"version": "0.12.0-alpha.0-20241225-902d76201",
"description": "Non-Matter support for Matter.js",

@@ -39,3 +39,3 @@ "keywords": [

"devDependencies": {
"@matter/testing": "0.12.0-alpha.0-20241220-c66941cd7"
"@matter/testing": "0.12.0-alpha.0-20241225-902d76201"
},

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

@@ -148,2 +148,6 @@ /**

get root(): Environment {
return this.#parent?.root ?? this;
}
/**

@@ -150,0 +154,0 @@ * Emits on service add.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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