🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@isoftdata/svelte-store-crud

Package Overview
Dependencies
Maintainers
11
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isoftdata/svelte-store-crud - npm Package Compare versions

Comparing version
2.5.0
to
2.5.1
+1
-1
dist/store.svelte.d.ts

@@ -9,3 +9,3 @@ import type { ConditionalKeys, Simplify } from 'type-fest';

export type CrudMap<T> = Record<CrudMapKey, EntityMap<T>>;
type ArrayCrudMap<T> = Record<CrudMapKey, Array<T>>;
export type ArrayCrudMap<T> = Record<CrudMapKey, Array<T>>;
/** Creates a new CRUD Map, without the rest of the store logic */

@@ -12,0 +12,0 @@ export declare const newCrudMap: <T>() => CrudMap<T>;

{
"name": "@isoftdata/svelte-store-crud",
"version": "2.5.0",
"version": "2.5.1",
"files": [

@@ -5,0 +5,0 @@ "dist",