🎩 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.2
to
2.0.0-alpha.3
+5
-5
package.json
{
"name": "secondary-cache",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"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.",

@@ -34,6 +34,6 @@ "homepage": "https://github.com/snowyu/secondary-cache.js",

"dependencies": {
"abstract-object": "^3.0.0-alpha.3",
"events-ex": "^2.0.0-alpha.4",
"inherits-ex": "^2.1.0-alpha.11",
"util-ex": "^2.0.0-alpha.8"
"abstract-object": "^3.0.0-alpha.4",
"events-ex": "^2.0.0-alpha.6",
"inherits-ex": "^2.1.0-alpha.12",
"util-ex": "^2.0.0-alpha.10"
},

@@ -40,0 +40,0 @@ "devDependencies": {