New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rails/activestorage

Package Overview
Dependencies
Maintainers
11
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rails/activestorage - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3-1

2

app/assets/javascripts/activestorage.js

@@ -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

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