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
7
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 7.1.0-rc1 to 7.1.0-rc2

2

package.json
{
"name": "@rails/activestorage",
"version": "7.1.0-rc1",
"version": "7.1.0-rc2",
"description": "Attach cloud and local files in Rails applications",

@@ -5,0 +5,0 @@ "module": "app/assets/javascripts/activestorage.esm.js",

@@ -148,3 +148,3 @@ # Active Storage

Requiring directly without bundling through the asset pipeline in the application HTML with autostart:
```html
```erb
<%= javascript_include_tag "activestorage" %>

@@ -174,3 +174,3 @@ ```

```ruby
```erb
<%= form.file_field :attachments, multiple: true, direct_upload: true %>

@@ -177,0 +177,0 @@ ```

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