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

@pinia-orm/normalizr

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinia-orm/normalizr - npm Package Compare versions

Comparing version

to
1.0.5

2

index.d.ts

@@ -5,3 +5,2 @@ declare namespace schema {

export type MergeFunction = (entityA: any, entityB: any) => any;
export type FallbackFunction<T> = (key: string, schema: schema.Entity<T>) => T;

@@ -17,3 +16,2 @@ export class Array<T = any> {

processStrategy?: StrategyFunction<T>
fallbackStrategy?: FallbackFunction<T>
}

@@ -20,0 +18,0 @@

8

package.json
{
"name": "@pinia-orm/normalizr",
"version": "1.0.4",
"version": "1.0.5",
"description": "Normalizes JSON according to schema for Redux and Flux applications",

@@ -47,7 +47,7 @@ "bugs": {

"@size-limit/preset-small-lib": "^8.1.0",
"eslint": "^8.27.0",
"eslint": "^8.29.0",
"immutable": "^4.1.0",
"size-limit": "^8.1.0",
"typescript": "^4.8.4",
"unbuild": "^0.9.4"
"typescript": "^4.9.3",
"unbuild": "^1.0.1"
},

@@ -54,0 +54,0 @@ "size-limit": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet