Socket
Socket
Sign inDemoInstall

@rails/ujs

Package Overview
Dependencies
Maintainers
10
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rails/ujs - npm Package Compare versions

Comparing version 6.0.0-rc2 to 6.0.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## Rails 6.0.0 (August 16, 2019) ##
* ActionView::Helpers::SanitizeHelper: support rails-html-sanitizer 1.1.0.
*Juanito Fatas*
## Rails 6.0.0.rc2 (July 22, 2019) ##

@@ -2,0 +9,0 @@

3

lib/assets/compiled/rails-ujs.js

@@ -323,2 +323,5 @@ /*

}
if (input.closest('fieldset[disabled]')) {
return;
}
if (matches(input, 'select')) {

@@ -325,0 +328,0 @@ return toArray(input.options).forEach(function(option) {

2

package.json
{
"name": "@rails/ujs",
"version": "6.0.0-rc2",
"version": "6.0.0",
"description": "Ruby on Rails unobtrusive scripting adapter",

@@ -5,0 +5,0 @@ "main": "lib/assets/compiled/rails-ujs.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