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

react-context-api-store

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-context-api-store - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "react-context-api-store",
"version": "1.0.4",
"version": "1.0.5",
"description": "An HOC state management inpired by redux implemented using react's context api.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -94,3 +94,3 @@ # Repo status?

The provider always assume that the store is an object and no checks were added to minimize the file size. Making sure that you pass an object as the `store` is up to you.
The provider always assume that the store is an object. No checks were added to minimize the file size. Making sure that you pass an object as the `store` is up to you.

@@ -103,2 +103,6 @@ #### Connecting a component to the store

###### Note
`connect` always assume that the first parameter is a function. No checks were added to minimize the file size.
**example code**

@@ -120,3 +124,8 @@

###### Note
- `connect` always assume that the second parameter is an object. No checks were added to minimize the file size.
- `dispatcher` always assume that all actions are functions. No checks were added to minimize the file size.
- `store.updateStore` always assume that you'll give it an object as the first parameter. No checks were added to minimize the file size.
**example code**

@@ -123,0 +132,0 @@

Sorry, the diff of this file is too big to display

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