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

docbrown

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docbrown - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -90,3 +90,3 @@ (function() {

if (typeof this.getInitialState === "function") {
this.setState(this.getInitialState());
__state = this.getInitialState();
}

@@ -93,0 +93,0 @@ if (!Array.isArray(this.actions) || this.actions.length === 0) {

{
"name": "docbrown",
"version": "0.0.2",
"version": "0.0.3",
"description": "Flux experiment.",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha --report html --report=lcov"
"test": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"devDependencies": {
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",
"sinon": "^1.12.2"

@@ -14,0 +16,0 @@ },

DocBrown
========
[![Build Status](https://travis-ci.org/n1k0/docbrown.svg)](https://travis-ci.org/n1k0/docbrown)
[![Build Status](https://travis-ci.org/n1k0/docbrown.svg)](https://travis-ci.org/n1k0/docbrown) [![Coverage Status](https://coveralls.io/repos/n1k0/docbrown/badge.svg)](https://coveralls.io/r/n1k0/docbrown)

@@ -182,2 +182,4 @@ Minimalistic, simple, opinionated Flux implementation. Right, yet [another one](https://www.npmjs.com/search?q=flux), I'm so sorry.

Note: this will try to send coverage reports to Coveralls. Ignore any error about that.
License

@@ -184,0 +186,0 @@ =======

Sorry, the diff of this file is not supported yet

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