@rails/ujs
Advanced tools
Comparing version 6.0.0 to 6.0.1-rc1
@@ -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 @@ |
@@ -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", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
38468
1
1