Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ender-bootstrap-base

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ender-bootstrap-base - npm Package Compare versions

Comparing version
2.0.3-1
to
2.0.3-2
+5
-1
base.js

@@ -90,3 +90,7 @@ /*global provide:true,ender:true*/

$.fn.trigger = function () {
return typeof arguments[0] == 'string' ? _$trigger.apply(this, arguments) : this
if (typeof arguments[0] == 'string')
return _$trigger.apply(this, arguments)
if (typeof arguments[0] == 'object' && typeof arguments[0].type == 'string')
return _$trigger.call(this, arguments[0].type)
return this
}

@@ -93,0 +97,0 @@ // fix up height() and width() call to use computedStyle where available

+1
-1

@@ -22,3 +22,3 @@ {

"main": "base.js",
"version": "2.0.3-1"
"version": "2.0.3-2"
}