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

koa-cash

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-cash - npm Package Compare versions

Comparing version 3.0.1-0 to 3.1.0-0

dist/index.js

3

index.js

@@ -6,6 +6,5 @@ 'use strict'

const isJSON = require('koa-is-json')
const Bluebird = require('bluebird')
const bytes = require('bytes')
const compress = Bluebird.promisify(require('zlib').gzip)
const compress = require('util.promisify')(require('zlib').gzip)

@@ -12,0 +11,0 @@ // methods we cache

{
"name": "koa-cash",
"description": "HTTP response caching for Koa",
"version": "3.0.1-0",
"version": "3.1.0-0",
"publishConfig": {

@@ -9,7 +9,7 @@ "tag": "next"

"dependencies": {
"bluebird": "^3.1.1",
"bytes": "^2.1.0",
"compressible": "^2.0.0",
"koa-is-json": "^1.0.0",
"stream-to-array": "^2.0.0"
"stream-to-array": "^2.0.0",
"util.promisify": "^1.0.0"
},

@@ -21,3 +21,3 @@ "devDependencies": {

"mocha": "^3.1.2",
"standard": "^8.6.0",
"standard": "^9.0.0",
"supertest": "^1.1.0"

@@ -24,0 +24,0 @@ },

@@ -130,8 +130,8 @@ # Koa Cash

[github-url]: https://github.com/koajs/cash/tags
[travis-image]: https://img.shields.io/travis/koajs/cash.svg?style=flat-square
[travis-image]: https://img.shields.io/travis/koajs/cash/next.svg?style=flat-square
[travis-url]: https://travis-ci.org/koajs/cash
[coveralls-image]: https://img.shields.io/coveralls/koajs/cash.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/koajs/cash?branch=master
[david-image]: http://img.shields.io/david/koajs/cash.svg?style=flat-square
[david-url]: https://david-dm.org/koajs/cash
[coveralls-image]: https://img.shields.io/coveralls/koajs/cash/next.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/koajs/cash?branch=next
[david-image]: http://img.shields.io/david/koajs/cash/next.svg?style=flat-square
[david-url]: https://david-dm.org/koajs/cash/next
[license-image]: http://img.shields.io/npm/l/koa-cash.svg?style=flat-square

@@ -138,0 +138,0 @@ [license-url]: LICENSE

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc