🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

secondary-cache

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secondary-cache - npm Package Compare versions

Comparing version
2.0.0-alpha.1
to
2.0.0-alpha.2
+1
-0
lib/index.js

@@ -44,3 +44,4 @@ "use strict";

});
// @sourceType: module
var _default = _cache.Cache;
exports.default = _default;
+1
-2
{
"name": "secondary-cache",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "support secondary cache mechanism. the first level cache is fixed memory-resident always with the highest priority. the second level is the LRU cache.",

@@ -8,3 +8,2 @@ "homepage": "https://github.com/snowyu/secondary-cache.js",

"module": "./src/index.js",
"type": "commonjs",
"files": [

@@ -11,0 +10,0 @@ "README.md",

@@ -0,1 +1,3 @@

// @sourceType: module
import {Cache} from './cache'

@@ -2,0 +4,0 @@