Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ylru

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ylru - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

8

History.md
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 @@ ==================

12

index.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc