Socket
Socket
Sign inDemoInstall

express-disk-cache

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-disk-cache - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.npmignore

3

middleware.js

@@ -131,3 +131,4 @@ var Buffer = require('safe-buffer').Buffer;

// to cofigure NGINX around this, using say REGEX. But unsure for now.
if (Object.keys(req.query).length) {
// TODO remove check for EXTENSION query string to avoid this nonsense
if (Object.keys(req.query).length && req.query.extension === undefined) {
debug('Has query string');

@@ -134,0 +135,0 @@ return;

{
"name": "express-disk-cache",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "CC0",

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