New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cacheable-response

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacheable-response - npm Package Compare versions

Comparing version

to
2.1.4

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [2.1.4](https://github.com/Kikobeats/cacheable-response/compare/v2.1.3...v2.1.4) (2020-08-25)
### [2.1.3](https://github.com/Kikobeats/cacheable-response/compare/v2.1.2...v2.1.3) (2020-08-19)

@@ -7,0 +9,0 @@

2

index.js

@@ -118,3 +118,3 @@ 'use strict'

const value = await compress(payload)
cache.set(key, value, ttl)
await cache.set(key, value, ttl)
}

@@ -121,0 +121,0 @@

@@ -5,3 +5,3 @@ {

"homepage": "https://nicedoc.io/Kikobeats/cacheable-response",
"version": "2.1.3",
"version": "2.1.4",
"main": "index.js",

@@ -15,6 +15,10 @@ "author": {

{
"name": "Ali Hmer",
"email": "alitohami@gmail.com"
"name": "whooehoo",
"email": "whooehoo@yandex.ru"
},
{
"name": "Stig Kleppe-Jørgensen",
"email": "from.github@nisgits.net"
},
{
"name": "ChengCheng",

@@ -26,2 +30,10 @@ "email": "chengcheng.st@gmail.com"

"email": "iikoala@hotmail.com"
},
{
"name": "rickynyairo",
"email": "rickynyairo@gmail.com"
},
{
"name": "Ali Hmer",
"email": "alitohami@gmail.com"
}

@@ -28,0 +40,0 @@ ],