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

famous-mediator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famous-mediator - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

.npmignore

2

bower.json
{
"name": "famous-mediator",
"main": "index.js",
"version": "0.1.0",
"version": "0.2.1",
"homepage": "https://github.com/markmarijnissen/famous-mediator",

@@ -6,0 +6,0 @@ "authors": [

@@ -33,3 +33,3 @@ define(function(require, exports, module) {

}
// ready name is found

@@ -40,4 +40,4 @@ if(name) {

// Check callbacks that are waiting
CallbackList.forEach(function(item,callbackIndex){
for(var callbackIndex = CallbackList.length-1; callbackIndex >= 0; callbackIndex--){
var item = CallbackList[callbackIndex];
// it this callback waiting for current module?

@@ -59,3 +59,3 @@ var moduleIndex = item.waitFor.indexOf(name);

}
});
}
}

@@ -62,0 +62,0 @@ });

{
"name": "famous-mediator",
"version": "0.2.0",
"version": "0.2.1",
"description": "Utilities for a mediator design pattern in Famo.us",

@@ -5,0 +5,0 @@ "main": "index.js",

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