@stencil/store
Advanced tools
Comparing version 2.0.13 to 2.0.14-dev.1709298100.2ca8b99
import { ObservableMap } from './types'; | ||
export declare const createStore: <T extends { | ||
[key: string]: any; | ||
}>(defaultState?: T, shouldUpdate?: (newV: any, oldValue: any, prop: keyof T) => boolean) => ObservableMap<T>; | ||
}>(defaultState?: T | (() => T), shouldUpdate?: (newV: any, oldValue: any, prop: keyof T) => boolean) => ObservableMap<T>; |
{ | ||
"name": "@stencil/store", | ||
"version": "2.0.13", | ||
"version": "2.0.14-dev.1709298100.2ca8b99", | ||
"description": "Store is a lightweight shared state library by the StencilJS core team. Implements a simple key/value map that efficiently re-renders components when necessary.", | ||
@@ -58,5 +58,5 @@ "main": "dist/index.js", | ||
"volta": { | ||
"node": "20.11.0", | ||
"node": "20.11.1", | ||
"npm": "10.4.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24850
1