Comparing version 0.7.0 to 0.7.1
@@ -7,5 +7,5 @@ declare type AnyFn = (...args: any[]) => any; | ||
export declare type OptimisticWrapOptions = { | ||
max: number; | ||
disposable: boolean; | ||
makeCacheKey: AnyFn; | ||
max?: number; | ||
disposable?: boolean; | ||
makeCacheKey?: AnyFn; | ||
subscribe?: (...args: any[]) => (() => any) | undefined; | ||
@@ -12,0 +12,0 @@ }; |
{ | ||
"name": "optimism", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"author": "Ben Newman <ben@benjamn.com>", | ||
@@ -31,2 +31,3 @@ "description": "Composable reactive caching with efficient invalidation.", | ||
"mocha": "mocha --reporter spec --full-trace test/tests.js", | ||
"prepublish": "npm run build", | ||
"test": "npm run build && npm run mocha" | ||
@@ -33,0 +34,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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25615
0