@rails/activestorage
Advanced tools
Comparing version 6.0.2 to 6.0.3-1
@@ -553,3 +553,3 @@ (function(global, factory) { | ||
filename: file.name, | ||
content_type: file.type, | ||
content_type: file.type || "application/octet-stream", | ||
byte_size: file.size, | ||
@@ -556,0 +556,0 @@ checksum: checksum |
@@ -0,1 +1,20 @@ | ||
## Rails 6.0.3.1 (May 18, 2020) ## | ||
* [CVE-2020-8162] Include Content-Length in signature for ActiveStorage direct upload | ||
## Rails 6.0.3 (May 06, 2020) ## | ||
* No changes. | ||
## Rails 6.0.2.2 (March 19, 2020) ## | ||
* No changes. | ||
## Rails 6.0.2.1 (December 18, 2019) ## | ||
* No changes. | ||
## Rails 6.0.2 (December 13, 2019) ## | ||
@@ -2,0 +21,0 @@ |
{ | ||
"name": "@rails/activestorage", | ||
"version": "6.0.2", | ||
"version": "6.0.3-1", | ||
"description": "Attach cloud and local files in Rails applications", | ||
@@ -5,0 +5,0 @@ "main": "app/assets/javascripts/activestorage.js", |
@@ -162,2 +162,2 @@ # Active Storage | ||
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core | ||
* https://discuss.rubyonrails.org/c/rubyonrails-core |
@@ -9,3 +9,3 @@ import { getMetaValue } from "./helpers" | ||
filename: file.name, | ||
content_type: file.type, | ||
content_type: file.type || "application/octet-stream", | ||
byte_size: file.size, | ||
@@ -12,0 +12,0 @@ checksum: checksum |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
60390
1