🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

xstream-store-resource

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xstream-store-resource - npm Package Compare versions

Comparing version

to
3.0.1

2

package.json
{
"name": "xstream-store-resource",
"version": "3.0.0",
"version": "3.0.1",
"description": "A module for making requests in xstream-store easy to build",

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

@@ -22,3 +22,5 @@ export declare enum RequestState {

}
export interface ResourceState<R = {}> {
export interface ResourceState<R = {
[key: string]: any;
}> {
entity: R | null;

@@ -25,0 +27,0 @@ items: R[];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet