Comparing version 1.3.1 to 1.3.2
1.3.2 / 2022-03-17 | ||
================== | ||
**others** | ||
* [[`eda13ec`](http://github.com/node-modules/ylru/commit/eda13ec31cb40d28cb00dea0369fc5c657aecb9c)] - test: update toolchains, add tsd test cases (raohai.rh <<raohai.rh@antgroup.com>>) | ||
* [[`b683526`](http://github.com/node-modules/ylru/commit/b68352659a95158a54f72f3ac502cd9881759d00)] - 🤖 TEST: Create codeql-analysis.yml (#7) (fengmk2 <<fengmk2@gmail.com>>) | ||
* [[`db06032`](http://github.com/node-modules/ylru/commit/db060326f526aa4aef23a77f5185e36922f4a178)] - 🤖 TEST: Run on github action (#6) (fengmk2 <<fengmk2@gmail.com>>) | ||
1.3.1 / 2022-03-16 | ||
@@ -3,0 +11,0 @@ ================== |
@@ -1,5 +0,11 @@ | ||
export interface YLRUOptions { | ||
interface YLRUOptions { | ||
maxAge?: number; | ||
} | ||
declare namespace YLRU { | ||
export interface YLRUOptions { | ||
maxAge?: number; | ||
} | ||
} | ||
declare class YLRU { | ||
@@ -12,4 +18,2 @@ constructor(max: number) | ||
declare module 'ylru' { | ||
export = YLRU; | ||
} | ||
export = YLRU; |
{ | ||
"name": "ylru", | ||
"description": "Extends LRU base on hashlru", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"homepage": "https://github.com/node-modules/ylru", | ||
@@ -12,11 +12,15 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^12.0.8", | ||
"beautify-benchmark": "^0.2.4", | ||
"benchmark": "^2.1.3", | ||
"egg-bin": "^1.10.0", | ||
"eslint": "^3.12.2", | ||
"eslint-config-egg": "^3.2.0", | ||
"egg-ci": "^1.19.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-egg": "^6.0.0", | ||
"git-contributor": "^1.0.10", | ||
"hashlru": "^1.0.3", | ||
"ko-sleep": "^1.0.2", | ||
"lru-cache": "^4.0.2" | ||
"lru-cache": "^4.0.2", | ||
"runscript": "^1.5.2", | ||
"typescript": "^4.6.2" | ||
}, | ||
@@ -41,3 +45,10 @@ "main": "index.js", | ||
}, | ||
"ci": { | ||
"version": "4, 6, 8, 10, 12, 14, 16", | ||
"type": "github", | ||
"os": { | ||
"github": "linux" | ||
} | ||
}, | ||
"license": "MIT" | ||
} |
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
10137
109
13