Socket
Socket
Sign inDemoInstall

lru-cache

Package Overview
Dependencies
0
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.13.1 to 7.13.2

2

index.d.ts

@@ -1,2 +0,1 @@

// Type definitions for lru-cache 7.10.0
// Project: https://github.com/isaacs/node-lru-cache

@@ -35,3 +34,2 @@ // Based initially on @types/lru-cache

/// <reference lib="DOM" />
//tslint:disable:member-access

@@ -38,0 +36,0 @@ declare class LRUCache<K, V> implements Iterable<[K, V]> {

5

package.json
{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
"version": "7.13.1",
"version": "7.13.2",
"author": "Isaac Z. Schlueter <i@izs.me>",

@@ -11,2 +11,3 @@ "keywords": [

],
"sideEffects": false,
"scripts": {

@@ -30,3 +31,3 @@ "build": "",

"c8": "^7.11.2",
"clock-mock": "^1.0.4",
"clock-mock": "^1.0.6",
"eslint-config-prettier": "^8.5.0",

@@ -33,0 +34,0 @@ "prettier": "^2.6.2",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc