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

tiny-lru

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-lru - npm Package Compare versions

Comparing version 6.0.1 to 6.1.0

lib/tiny-lru.d.ts

2

lib/tiny-lru.es5.js

@@ -13,3 +13,3 @@ "use strict";

* @license BSD-3-Clause
* @version 6.0.1
* @version 6.1.0
*/

@@ -16,0 +16,0 @@

@@ -7,3 +7,3 @@ /**

* @license BSD-3-Clause
* @version 6.0.1
* @version 6.1.0
*/

@@ -10,0 +10,0 @@ "use strict";

{
"name": "tiny-lru",
"description": "Tiny LRU cache for Client or Server",
"version": "6.0.1",
"version": "6.1.0",
"homepage": "https://github.com/avoidwork/tiny-lru",

@@ -16,2 +16,4 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>",

"main": "lib/tiny-lru.js",
"module": "lib/tiny-lru.es6.js",
"types": "lib/tiny-lru.d.ts",
"engines": {

@@ -23,3 +25,4 @@ "node": ">=6"

"benchmark": "node benchmark.js",
"test": "grunt test"
"test": "grunt test",
"build": "grunt build"
},

@@ -29,10 +32,11 @@ "dependencies": {},

"babel-core": "^6.26.3",
"babel-minify": "^0.5.0",
"babel-minify": "^0.5.1",
"babel-preset-env": "^1.7.0",
"grunt": "^1.0.3",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"grunt-eslint": "^22.0.0",
"precise": "^1.1.0"

@@ -39,0 +43,0 @@ },

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