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

@gez/class-state

Package Overview
Dependencies
Maintainers
0
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gez/class-state - npm Package Compare versions

Comparing version 3.0.0-beta.43 to 3.0.0-beta.44

6

package.json

@@ -18,3 +18,3 @@ {

"@biomejs/biome": "1.9.4",
"@gez/lint": "3.0.0-beta.43",
"@gez/lint": "3.0.0-beta.44",
"@types/node": "22.9.0",

@@ -29,3 +29,3 @@ "@vitest/coverage-v8": "2.1.5",

},
"version": "3.0.0-beta.43",
"version": "3.0.0-beta.44",
"type": "module",

@@ -48,3 +48,3 @@ "private": false,

],
"gitHead": "f5c8d9db9f11592db6b3ed9903ead543c1e2dea3"
"gitHead": "a29993b86d1c91f57ebf108b715f9432f179b371"
}

@@ -120,3 +120,3 @@ /* eslint-disable @typescript-eslint/no-this-alias */

const { _stateContext, _proxy } = this;
call(_proxy, LIFE_CYCLE_CREATED);
call(_proxy, LIFE_CYCLE_DISPOSE);
if (_stateContext) {

@@ -123,0 +123,0 @@ _stateContext.del(this.keyPath);

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