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

value-enhancer

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

value-enhancer - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

2

dist/index.d.ts

@@ -30,3 +30,3 @@ interface ReadonlyVal<TValue = any> {

/** set new value */
set(value: TValue): void;
set(this: void, value: TValue): void;
}

@@ -33,0 +33,0 @@ declare type ValCompare<TValue = any> = (newValue: TValue, oldValue: TValue) => boolean;

{
"name": "value-enhancer",
"version": "2.3.2",
"version": "2.3.3",
"private": false,

@@ -5,0 +5,0 @@ "description": "A tiny library to enhance value with reactive wrapper.",

@@ -31,3 +31,3 @@ export interface ReadonlyVal<TValue = any> {

/** set new value */
set(value: TValue): void;
set(this: void, value: TValue): void;
}

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