Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rails/actiontext

Package Overview
Dependencies
Maintainers
8
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rails/actiontext - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2-1

9

app/javascript/actiontext/attachment_upload.js

@@ -7,3 +7,3 @@ import { DirectUpload } from "@rails/activestorage"

this.element = element
this.directUpload = new DirectUpload(attachment.file, this.directUploadUrl, this.directUploadToken, this.attachmentName, this)
this.directUpload = new DirectUpload(attachment.file, this.directUploadUrl, this)
}

@@ -46,9 +46,2 @@

}
get directUploadToken() {
return this.element.getAttribute("data-direct-upload-token");
}
get attachmentName() {
return this.element.getAttribute("data-direct-upload-attachment-name");
}
}

2

package.json
{
"name": "@rails/actiontext",
"version": "7.0.1",
"version": "7.0.2-1",
"description": "Edit and display rich text in Rails applications",

@@ -5,0 +5,0 @@ "main": "app/javascript/actiontext/index.js",

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