@rails/actiontext
Advanced tools
Comparing version 6.0.0-alpha to 6.0.0-beta1
@@ -1,2 +0,1 @@ | ||
import * as Trix from "trix" | ||
import { AttachmentUpload } from "./attachment_upload" | ||
@@ -3,0 +2,0 @@ |
@@ -0,3 +1,5 @@ | ||
## Rails 6.0.0.beta1 (January 18, 2019) ## | ||
* Added to Rails. | ||
*DHH* |
{ | ||
"name": "@rails/actiontext", | ||
"version": "6.0.0-alpha", | ||
"version": "6.0.0-beta1", | ||
"description": "Edit and display rich text in Rails applications", | ||
@@ -24,5 +24,7 @@ "main": "app/javascript/actiontext/index.js", | ||
"dependencies": { | ||
"trix": "^1.0.0", | ||
"@rails/activestorage": "^6.0.0-alpha" | ||
}, | ||
"peerDependencies": { | ||
"trix": "^1.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3006
45
1
- Removedtrix@^1.0.0