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.10 to 0.3.12

8

jquery.fastbinder.js

@@ -72,6 +72,8 @@ /**

for (var i = 0; i < namespaces.length; i++) {
if (!context[namespaces[i]]) {
return false;
if (namespaces[i]) {
if (!context[namespaces[i]]) {
return false;
}
context = context[namespaces[i]];
}
context = context[namespaces[i]];
}

@@ -78,0 +80,0 @@ return context[func];

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

@@ -11,6 +11,2 @@ "author": {

"license": "MIT",
"engines": {
"node": "5.x",
"npm": "3.x"
},
"scripts": {

@@ -17,0 +13,0 @@ "test": "./node_modules/grunt-cli/bin/grunt test"

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