Socket
Socket
Sign inDemoInstall

ipx

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipx - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.5.5](https://github.com/nuxt-contrib/ipx/compare/v0.5.4...v0.5.5) (2021-02-04)
### Bug Fixes
* add public and s-maxage ([bfd9727](https://github.com/nuxt-contrib/ipx/commit/bfd9727ac867d0af390f56dd939347f5183d1763))
### [0.5.4](https://github.com/nuxt-contrib/ipx/compare/v0.5.3...v0.5.4) (2021-02-04)

@@ -7,0 +14,0 @@

2

dist/cli.js

@@ -316,3 +316,3 @@ #!/usr/bin/env node

if (src.maxAge !== void 0) {
res.setHeader("Cache-Control", "max-age=" + +src.maxAge);
res.setHeader("Cache-Control", `max-age= ${+src.maxAge}, public, s-maxage=${+src.maxAge}`);
}

@@ -319,0 +319,0 @@ const data = await img.data();

@@ -313,3 +313,3 @@ 'use strict';

if (src.maxAge !== void 0) {
res.setHeader("Cache-Control", "max-age=" + +src.maxAge);
res.setHeader("Cache-Control", `max-age= ${+src.maxAge}, public, s-maxage=${+src.maxAge}`);
}

@@ -316,0 +316,0 @@ const data = await img.data();

{
"name": "ipx",
"version": "0.5.4",
"version": "0.5.5",
"repository": "nuxt-contrib/ipx",

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

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