Socket
Socket
Sign inDemoInstall

@rails/ujs

Package Overview
Dependencies
0
Maintainers
11
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1-rc1

7

CHANGELOG.md

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

## Rails 6.0.1.rc1 (October 31, 2019) ##
* UJS avoids `Element.closest()` for IE 9 compatibility.
*George Claghorn*
## Rails 6.0.0 (August 16, 2019) ##

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

4

lib/assets/compiled/rails-ujs.js

@@ -5,3 +5,3 @@ /*

Released under the MIT license
*/
*/;

@@ -324,3 +324,3 @@ (function() {

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

@@ -327,0 +327,0 @@ }

{
"name": "@rails/ujs",
"version": "6.0.0",
"version": "6.0.1-rc1",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc