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

cache-for-res

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-for-res - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json
{
"name": "cache-for-res",
"version": "1.0.1",
"version": "1.0.2",
"description": "cache for res",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

# res-cash for xhr web cache
### res-cash install
```bash
npm install res-cache --save
npm install cache-for-res --save
```

@@ -9,6 +9,6 @@ ### res-cash for ES6

import againcache from 'againcache'
import ResCache from 'cache-for-res'
const cacheAgain = new againcache()
console.log(cacheAgain)
const cacheList = new ResCache()
console.log(cacheList)

@@ -15,0 +15,0 @@ ```