Socket
Socket
Sign inDemoInstall

compressible

Package Overview
Dependencies
Maintainers
7
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compressible - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

5

HISTORY.md

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

2.0.8 / 2016-05-12
==================
* deps: mime-db@'>= 1.23.0 < 2'
2.0.7 / 2016-01-18

@@ -2,0 +7,0 @@ ==================

2

index.js

@@ -41,3 +41,3 @@ /*!

function compressible(type) {
function compressible (type) {
if (!type || typeof type !== 'string') {

@@ -44,0 +44,0 @@ return false

{
"name": "compressible",
"description": "Compressible Content-Type / mime checking",
"version": "2.0.7",
"version": "2.0.8",
"contributors": [

@@ -19,6 +19,10 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"dependencies": {
"mime-db": ">= 1.21.0 < 2"
"mime-db": ">= 1.23.0 < 2"
},
"devDependencies": {
"istanbul": "0.4.2",
"eslint": "2.9.0",
"eslint-config-standard": "5.3.1",
"eslint-plugin-promise": "1.1.0",
"eslint-plugin-standard": "1.3.2",
"istanbul": "0.4.3",
"mocha": "~1.21.5"

@@ -36,2 +40,3 @@ },

"scripts": {
"lint": "eslint **/*.js",
"test": "mocha --reporter spec --bail --check-leaks test/",

@@ -38,0 +43,0 @@ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks",

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