New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

context-store

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

context-store - npm Package Compare versions

Comparing version

to
1.2.5

2

package.json
{
"name": "context-store",
"version": "1.2.4",
"version": "1.2.5",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "author": "zhuweiyou <i@zhuweiyou.com> (https://zhuweiyou.com/)",

# context-store
Simple global state management using the React Context API
[![License MIT](https://img.shields.io/dub/l/vibe-d.svg)](LICENSE)
[![NPM Version](https://img.shields.io/npm/v/context-store.svg)](https://www.npmjs.com/package/context-store)
Simple global state management using the React Context API
```bash
npm install context-store
```
Example in the example directory