Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.0.0 to 5.0.1

4

dist/index.d.ts

@@ -155,3 +155,3 @@ import { R as ReadonlyVal, V as ValInputsValueTuple, a as ValConfig, U as UnwrapVal, b as ValDisposer, N as NoInfer, c as ValSetValue, d as Val, e as ValSubscriber } from './typings-2bae36c2.js';

*/
declare function readonlyVal<TValue = undefined>(): [
declare function readonlyVal<TValue = any>(): [
ReadonlyVal<NoInfer<TValue> | undefined>,

@@ -216,3 +216,3 @@ ValSetValue<NoInfer<TValue> | undefined>

*/
declare function val<TValue>(): Val<NoInfer<TValue> | undefined>;
declare function val<TValue = any>(): Val<NoInfer<TValue> | undefined>;
/**

@@ -219,0 +219,0 @@ * Creates a writable val.

{
"name": "value-enhancer",
"version": "5.0.0",
"version": "5.0.1",
"private": false,

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

@@ -156,3 +156,3 @@ import type {

*/
export function readonlyVal<TValue = undefined>(): [
export function readonlyVal<TValue = any>(): [
ReadonlyVal<NoInfer<TValue> | undefined>,

@@ -159,0 +159,0 @@ ValSetValue<NoInfer<TValue> | undefined>

@@ -86,3 +86,3 @@ import type { NoInfer, ReadonlyVal, Val, ValConfig } from "./typings";

*/
export function val<TValue>(): Val<NoInfer<TValue> | undefined>;
export function val<TValue = any>(): Val<NoInfer<TValue> | undefined>;
/**

@@ -89,0 +89,0 @@ * Creates a writable val.

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