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

@umijs/valtio

Package Overview
Dependencies
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umijs/valtio - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

dist/index.d.ts

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

export { proxy, snapshot, subscribe, useSnapshot } from 'valtio';
export { derive, devtools as proxyWithDevtools, proxyMap, proxySet, proxyWithComputed, proxyWithHistory, subscribeKey, underive, useProxy, } from 'valtio/utils';
export { proxy, ref, snapshot, subscribe, useSnapshot } from 'valtio';
export { derive, devtools as proxyWithDevtools, proxyMap, proxySet, proxyWithComputed, proxyWithHistory, subscribeKey, underive, useProxy, watch, } from 'valtio/utils';

@@ -1,3 +0,5 @@

export { proxy, snapshot, subscribe, useSnapshot } from 'valtio';
export { derive, devtools as proxyWithDevtools, proxyMap, proxySet, proxyWithComputed, proxyWithHistory, subscribeKey, underive, useProxy } from 'valtio/utils'; // TODO:
export { proxy, ref, snapshot, subscribe, useSnapshot } from 'valtio';
export { derive, devtools as proxyWithDevtools, proxyMap, proxySet, proxyWithComputed, proxyWithHistory, subscribeKey, underive, useProxy, watch } from 'valtio/utils';
// TODO:
// - proxyWithPersistent

@@ -4,0 +6,0 @@ // - proxyWithAdapter

{
"name": "@umijs/valtio",
"version": "1.0.3",
"description": "",
"version": "1.0.4",
"description": "Umi.js valtio plugin",
"keywords": [],

@@ -16,2 +16,3 @@ "homepage": "https://github.com/umijs/umi/tree/master/libs/valtio",

"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [

@@ -26,5 +27,4 @@ "dist"

"dependencies": {
"valtio": "1.9.0"
"valtio": "1.11.2"
},
"packageManager": "pnpm@7.3.0",
"publishConfig": {

@@ -31,0 +31,0 @@ "access": "public"

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