Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fastbinder

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastbinder - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

16

jquery.fastbinder.js

@@ -106,10 +106,22 @@ /**

if (typeof beforeFn === 'function') {
beforeFn({ controller: controller, handler: handler, targetElement: target[0] });
beforeFn({
controller: controller,
handler: handler,
eventType: eventType,
targetElement: target[0]
});
}
return controllerHandlerFn.call(target[0], e);
}
if (typeof handlerFn === 'function') {
if (typeof beforeFn === 'function') {
beforeFn({ handler: handler, targetElement: target[0] });
beforeFn({
handler: handler,
eventType: eventType,
targetElement: target[0]
});
}
return handlerFn.call(target[0], e);

@@ -116,0 +128,0 @@ }

2

package.json
{
"name": "fastbinder",
"description": "Fast and worry-free dynamic event binding",
"version": "0.3.9",
"version": "0.3.10",
"repository": "https://github.com/andrewchilds/fastbinder.git",

@@ -6,0 +6,0 @@ "author": {

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