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

jsonapi-redux-data

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonapi-redux-data - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

{
"name": "jsonapi-redux-data",
"version": "1.0.13",
"version": "1.0.14",
"description": "Library that makes integration of jsonapi with redux effortless and easy",

@@ -5,0 +5,0 @@ "repository": {

# JsonApi Redux Data
JsonApi Redux data is a one stop shop for all your api needs!
JsonApi Redux data is a one stop shop for all your jsonapi needs!
Provides methods to make your API call and formats and updates data in the redux store.
It joins all of your relations so that accessing it is as easy as _entity.relationship_
It joins all of your relations so that accessing it is as easy as _entity.relationship_

@@ -7,0 +7,0 @@ **For example** if you made an API call to `base-url/tasks?include=list`, you can access your relationships as easily as **tasks[index].list**