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

fpark

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fpark - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

4

CHANGELOG.md
# Changelog
## V0.6.3
*2021-01-21*
- The service crashed when getting a file with non ASCII chars in filename.
## v0.6.2

@@ -4,0 +8,0 @@ *2021-01-14*

2

package.json
{
"name": "fpark",
"version": "0.6.2",
"version": "0.6.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -126,3 +126,3 @@

res.setHeader('Content-Encoding', 'gzip');
res.setHeader('Content-Disposition', 'inline; filename="' + params.id + '"');
res.setHeader('Content-Disposition', 'inline; filename="' + encodeURIComponent(params.id) + '"');

@@ -129,0 +129,0 @@ getFile(store.CONFIG, req, res, params, queryParams, keyNodes, [zlib.createGzip()], () => {

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