New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

boltcache

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boltcache - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "boltcache",
"version": "1.0.0",
"version": "1.0.1",
"description": "A high-performance, asynchronous caching library with pluggable storage backends.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -12,3 +12,3 @@ # BoltCache

const Cache = require('asynchronous-cache-library');
const Cache = require('boltcache');

@@ -15,0 +15,0 @@ // Create a cache instance with options (maxSize, ttl, evictionPolicy)