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

js-lrucache

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-lrucache - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

package.json
{
"name": "js-lrucache",
"version": "1.0.2",
"version": "1.0.3",
"description": "Javascript implementation of least recently used cache",

@@ -10,3 +10,3 @@ "author": "Xianshun Chen",

"license": "MIT",
"main": "index.js",
"main": "./build/LRUCache.js",
"directories": {

@@ -17,2 +17,3 @@ "test": "test"

"test": "npm run compile && mocha --compilers js:babel-core/register",
"prepublish": "npm run compile",
"compile": "./node_modules/.bin/babel --presets es2015,stage-0 -d build/ src/",

@@ -19,0 +20,0 @@ "webpack": "./node_modules/.bin/webpack",

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