ender-bootstrap-base
Advanced tools
+5
-1
@@ -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" | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
6957
2.23%179
2.29%