Comparing version 9.0.2 to 10.0.0
@@ -1,2 +0,2 @@ | ||
declare type AnyFunction = (...arguments_: any) => any; | ||
type AnyFunction = (...arguments_: any) => any; | ||
interface CacheStorageContent<ValueType> { | ||
@@ -3,0 +3,0 @@ data: ValueType; |
{ | ||
"name": "mem", | ||
"version": "9.0.2", | ||
"version": "10.0.0", | ||
"description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "xo && ava && npm run build && tsd", | ||
"test": "npm run build", | ||
"build": "del-cli dist && tsc", | ||
@@ -22,0 +22,0 @@ "prepack": "npm run build" |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
17862
1
0