Comparing version 0.1.6 to 0.2.0
@@ -9,3 +9,2 @@ "use strict"; | ||
var assign = require("object-assign"); | ||
var con = require("./util/console"); | ||
@@ -56,5 +55,2 @@ function withErrorLogging(f) { | ||
if (!this.storeDidChange) { | ||
con.warn("A change handler is missing from a component with a Biff mixin. Notifications from Stores are not being handled."); | ||
} | ||
this.listener = function (data) { | ||
@@ -61,0 +57,0 @@ _this.isMounted() && _this.storeDidChange(data); |
{ | ||
"name": "biff", | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"description": "Flux architecture made easy", | ||
@@ -34,4 +34,3 @@ "keywords": [ | ||
"flux": "^2.0.1", | ||
"object-assign": "^1.0.0", | ||
"simple-console": "^0.1.1" | ||
"object-assign": "^1.0.0" | ||
}, | ||
@@ -38,0 +37,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
2
19582
9
339
- Removedsimple-console@^0.1.1
- Removedsimple-console@0.1.1(transitive)