Socket
Socket
Sign inDemoInstall

valtio

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valtio - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

package.json
{
"name": "valtio",
"private": false,
"version": "0.6.2",
"version": "0.6.3",
"description": "💊 Valtio makes proxy-state simple for React and Vanilla",

@@ -6,0 +6,0 @@ "main": "index.cjs.js",

@@ -1,2 +0,2 @@

export declare const ref: (o: object) => object;
export declare const ref: <T extends object>(o: T) => T;
export declare const proxy: <T extends object>(initialObject?: T) => T;

@@ -3,0 +3,0 @@ export declare const getVersion: (p: any) => number;

@@ -1,2 +0,2 @@

export declare const ref: (o: object) => object;
export declare const ref: <T extends object>(o: T) => T;
export declare const proxy: <T extends object>(initialObject?: T) => T;

@@ -3,0 +3,0 @@ export declare const getVersion: (p: any) => number;

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