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

bbop-client-barista

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bbop-client-barista - npm Package Compare versions

Comparing version 0.0.5 to 0.0.7

124

package.json
{
"name": "bbop-client-barista",
"version": "0.0.5",
"license": "BSD-3-Clause",
"description": "Manager for handling per-model client-to-client and server-to-client communication via Barista.",
"keywords": [
"node",
"npm",
"client",
"server",
"Gene Ontology",
"GO",
"bbop",
"berkeleybop",
"Berkeley BOP",
"Noctua",
"Minerva"
],
"author": "SJC <sjcarbon@lbl.gov> (http://berkeleybop.org/)",
"homepage": "http://berkeleybop.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/berkeleybop/bbop-client-barista.git"
},
"engines": {
"node": ">= 0.12.2",
"npm": ">= 2.7.4"
},
"dependencies": {
"bbop-core": "0.0.5",
"bbop-registry": "0.0.3",
"socket.io-client": "0.9.16",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "^2.3.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-git": "^1.2.3",
"gulp-jsdoc": "^0.1.4",
"gulp-mocha": "^2.0.1",
"gulp-pandoc": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"jsdoc": "^3.3.0",
"jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#74d1dc8075"
},
"bundleDependencies": [],
"private": false,
"directories": {
"doc": "doc",
"test": "tests"
},
"main": "lib/manager.js",
"bugs": {
"url": "https://github.com/berkeleybop/bbop-client-barista/issues"
},
"scripts": {
"update-docs": "git checkout gh-pages && git pull && git merge master && gulp doc && git commit -a -m 'bump docs' && git push && git checkout master",
"test": "./node_modules/.bin/gulp test"
}
"name": "bbop-client-barista",
"version": "0.0.7",
"license": "BSD-3-Clause",
"description": "Manager for handling per-model client-to-client and server-to-client communication via Barista.",
"keywords": [
"node",
"npm",
"client",
"server",
"Gene Ontology",
"GO",
"bbop",
"berkeleybop",
"Berkeley BOP",
"Noctua",
"Minerva"
],
"author": "SJC <sjcarbon@lbl.gov> (http://berkeleybop.org/)",
"homepage": "http://berkeleybop.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/berkeleybop/bbop-client-barista.git"
},
"engines": {
"node": ">= 0.12.2",
"npm": ">= 2.7.4"
},
"dependencies": {
"bbop-core": "0.0.5",
"bbop-registry": "0.0.3",
"socket.io-client": "^1.4.6",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "^2.3.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-git": "^1.2.3",
"gulp-jsdoc": "^0.1.4",
"gulp-mocha": "^2.0.1",
"gulp-pandoc": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"jsdoc": "^3.3.0",
"jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#74d1dc8075"
},
"bundleDependencies": [],
"private": false,
"directories": {
"doc": "doc",
"test": "tests"
},
"main": "lib/manager.js",
"bugs": {
"url": "https://github.com/berkeleybop/bbop-client-barista/issues"
},
"scripts": {
"update-docs": "git checkout gh-pages && git pull && git merge master && gulp doc && git commit -a -m 'bump docs' && git push && git checkout master",
"test": "./node_modules/.bin/gulp test"
}
}

@@ -13,2 +13,7 @@ [![Build Status](https://travis-ci.org/berkeleybop/bbop-client-barista.svg)](https://travis-ci.org/berkeleybop/bbop-client-barista)

TODO
As of version 0.0.6, this module supports socketio v1.4.6 and above.
Prior to version 0.0.6, this module only supported socketio v0.9.16 and below.
Client applications (e.g., Noctua) that use post 1.0 socketio will encounter an error if they use this module prior to 0.0.6.
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