Socket
Socket
Sign inDemoInstall

immp

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immp - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

2

package.json
{
"name": "immp",
"description": "Image Manipulation Middleware Proxy",
"version": "1.2.4",
"version": "1.2.5",
"repository": "garrows/IMMP",

@@ -6,0 +6,0 @@ "keywords": [

@@ -75,3 +75,3 @@ var _ = require('underscore'),

if(stat && now - createdAt < config.ttl) {
if(stat && now - createdAt < config.ttl && stat.size > 0) {

@@ -78,0 +78,0 @@ var gmImage = gm(config.cacheFolder + '/' + image.hash)

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