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

biff

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biff - npm Package Compare versions

Comparing version 0.1.6 to 0.2.0

4

lib/Store.js

@@ -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);

5

package.json
{
"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": {

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