Socket
Socket
Sign inDemoInstall

rq-state

Package Overview
Dependencies
33
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.6 to 0.2.7

14

package.json
{
"name": "rq-state",
"description": "Quick and light global state management built on top of react-query",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",

@@ -10,3 +10,3 @@ "author": "Ifeanyi Isitor",

"typings": "dist/index.d.ts",
"exports": {
"___exports": {
".": "./dist/index.esm.js",

@@ -18,4 +18,14 @@ "./state": "./dist/state.esm.js",

},
"exports": {
"./*": "./dist/*"
},
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"__typesVersions": {
"*": {
"state": [

@@ -22,0 +32,0 @@ "dist/state.state.d.ts"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc