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 1.1.1 to 1.1.2

esm/index.js

22

package.json
{
"name": "valtio",
"private": false,
"version": "1.1.1",
"version": "1.1.2",
"description": "💊 Valtio makes proxy-state simple for React and Vanilla",
"main": "./index.js",
"module": "./esm/index.mjs",
"types": "index.d.ts",
"module": "./esm/index.js",
"types": "./index.d.ts",
"typesVersions": {

@@ -24,4 +24,4 @@ "<4.0": {

"types": "./index.d.ts",
"module": "./esm/index.mjs",
"import": "./esm/index.mjs",
"module": "./esm/index.js",
"import": "./esm/index.js",
"default": "./index.js"

@@ -31,4 +31,4 @@ },

"types": "./vanilla.d.ts",
"module": "./esm/vanilla.mjs",
"import": "./esm/vanilla.mjs",
"module": "./esm/vanilla.js",
"import": "./esm/vanilla.js",
"default": "./vanilla.js"

@@ -38,4 +38,4 @@ },

"types": "./utils.d.ts",
"module": "./esm/utils.mjs",
"import": "./esm/utils.mjs",
"module": "./esm/utils.js",
"import": "./esm/utils.js",
"default": "./utils.js"

@@ -45,4 +45,4 @@ },

"types": "./macro.d.ts",
"module": "./esm/macro.mjs",
"import": "./esm/macro.mjs",
"module": "./esm/macro.js",
"import": "./esm/macro.js",
"default": "./macro.js"

@@ -49,0 +49,0 @@ }

@@ -154,3 +154,3 @@ <img src="logo.svg" alt="valtio">

See [https://github.com/pmndrs/valtio/issues/61](#61) and [https://github.com/pmndrs/valtio/issues/178](#178) for more information.
See [#61](https://github.com/pmndrs/valtio/issues/61) and [#178](https://github.com/pmndrs/valtio/issues/178) for more information.

@@ -157,0 +157,0 @@ ```js

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