Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lws-compress

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lws-compress - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

10

package.json
{
"name": "lws-compress",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "2.0.0",
"version": "3.0.0",
"description": "Response compression middleware for lws",

@@ -13,3 +13,3 @@ "repository": "https://github.com/lwsjs/compress.git",

"engines": {
"node": ">=10"
"node": ">=14"
},

@@ -20,7 +20,7 @@ "scripts": {

"dependencies": {
"koa-compress": "^3.0.0"
"koa-compress": "^5.0.1"
},
"devDependencies": {
"lws": "^2.0.8",
"node-fetch": "^2.6.0",
"lws": "^3.1.0",
"node-fetch": "^2.6.1",
"test-runner": "^0.8.13"

@@ -27,0 +27,0 @@ },

@@ -1,5 +0,6 @@

[![view on npm](https://img.shields.io/npm/v/lws-compress.svg)](https://www.npmjs.org/package/lws-compress)
[![npm module downloads](https://img.shields.io/npm/dt/lws-compress.svg)](https://www.npmjs.org/package/lws-compress)
[![Build Status](https://badgen.net/david/dep/lwsjs/compress)](https://travis-ci.org/lwsjs/compress)
[![Dependency Status](https://david-dm.org/lwsjs/compress.svg)](https://david-dm.org/lwsjs/compress)
[![view on npm](https://badgen.net/npm/v/lws-compress)](https://www.npmjs.org/package/lws-compress)
[![npm module downloads](https://badgen.net/npm/dt/lws-compress)](https://www.npmjs.org/package/lws-compress)
[![Gihub repo dependents](https://badgen.net/github/dependents-repo/lwsjs/compress)](https://github.com/lwsjs/compress/network/dependents?dependent_type=REPOSITORY)
[![Gihub package dependents](https://badgen.net/github/dependents-pkg/lwsjs/compress)](https://github.com/lwsjs/compress/network/dependents?dependent_type=PACKAGE)
[![Build Status](https://travis-ci.org/lwsjs/compress.svg?branch=master)](https://travis-ci.org/lwsjs/compress)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

@@ -20,2 +21,2 @@

&copy; 2016-20 Lloyd Brookes \<75pound@gmail.com\>.
&copy; 2016-21 Lloyd Brookes \<75pound@gmail.com\>.

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