@aw-web-design/memoize
Advanced tools
Comparing version 4.1.114 to 4.1.115
export default function areInputsEqual(newInputs: readonly unknown[], lastInputs: readonly unknown[]): boolean; |
@@ -0,0 +0,0 @@ import type { EqualityFn, MemoizedFn } from './types'; |
@@ -0,0 +0,0 @@ export declare type EqualityFn<TFunc extends (...args: any[]) => any> = (newArgs: Parameters<TFunc>, lastArgs: Parameters<TFunc>) => boolean; |
{ | ||
"name": "@aw-web-design/memoize", | ||
"version": "4.1.114", | ||
"version": "4.1.115", | ||
"description": "A memoization library which only remembers the latest invocation", | ||
"type": "module", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"module": "./dist/memoize.esm.js", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js", | ||
"default": "./dist/esm/index.js" | ||
"import": "./dist/memoize.esm.js", | ||
"require": "./dist/memoize.cjs.production.min.js", | ||
"default": "./dist/memoize.esm.js" | ||
}, | ||
@@ -17,3 +17,3 @@ "typings": "dist/types/index.d.ts", | ||
"lint": "tcm lint", | ||
"build": "tcm build" | ||
"build": "dts build" | ||
}, | ||
@@ -42,7 +42,9 @@ "files": [ | ||
"devDependencies": { | ||
"@aw-web-design/tcm-cli": "4.1.115", | ||
"@aw-web-design/tcm-cli": "4.1.116", | ||
"benchmark": "2.1.4", | ||
"cross-env": "7.0.3", | ||
"dts-cli": "1.5.2", | ||
"expect-type": "0.13.0", | ||
"fast-memoize": "2.5.2", | ||
"jest-environment-jsdom": "28.1.3", | ||
"lodash": "4.17.21", | ||
@@ -56,3 +58,3 @@ "markdown-table": "3.0.2", | ||
}, | ||
"gitHead": "064350e293ab0868f0fb03c44dc0de4a69f844a7" | ||
"gitHead": "f030b378640374f4088d946d30767700269f8521" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
46620
16
230
14
1
1