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.0.0 to 0.0.1

index.cjs.js

39

package.json
{
"name": "valtio",
"version": "0.0.0",
"private": false,
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"main": "index.cjs.js",
"module": "index.js",
"types": "index.d.ts",
"files": [
"**"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/pmndrs/valtio.git"
},
"keywords": [
"react",
"state",
"manager",
"management",
"mobx",
"proxy",
"store"
],
"author": "Daishi Kato",
"license": "MIT"
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/pmndrs/valtio/issues"
},
"homepage": "https://github.com/pmndrs/valtio",
"dependencies": {
"proxy-compare": "1.0.3",
"use-subscription": "1.5.1"
},
"peerDependencies": {
"react": ">=16.8"
}
}
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