@rails/activestorage
Advanced tools
Comparing version 6.0.0-alpha to 6.0.0-beta1
@@ -0,1 +1,3 @@ | ||
## Rails 6.0.0.beta1 (January 18, 2019) ## | ||
* Replace `config.active_storage.queue` with two options that indicate which | ||
@@ -2,0 +4,0 @@ queues analysis and purge jobs should use, respectively: |
{ | ||
"name": "@rails/activestorage", | ||
"version": "6.0.0-alpha", | ||
"version": "6.0.0-beta1", | ||
"description": "Attach cloud and local files in Rails applications", | ||
@@ -5,0 +5,0 @@ "main": "app/assets/javascripts/activestorage.js", |
@@ -121,4 +121,3 @@ # Active Storage | ||
```js | ||
import * as ActiveStorage from "@rails/activestorage" | ||
ActiveStorage.start() | ||
require("@rails/activestorage").start() | ||
``` | ||
@@ -125,0 +124,0 @@ 2. Annotate file inputs with the direct upload URL. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
58792
161
1