oddcast-tcp-transport
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "oddcast-tcp-transport", | ||
"version": "1.0.0", | ||
"description": "A request transport for Oddcast over TCP", | ||
"author": "Odd Networks Inc. (http://www.oddnetworks.com)", | ||
"main": "./lib/transport", | ||
"scripts": { | ||
"lint": "xo", | ||
"test": "xo && tape 'test/**/*-test.js' | tap-spec" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/oddnetworks/oddcast-tcp-transport.git" | ||
}, | ||
"keywords": [ | ||
"odd networks", | ||
"oddworks", | ||
"oddcast", | ||
"messagepack", | ||
"msgpack" | ||
], | ||
"homepage": "https://github.com/oddnetworks/oddcast-tcp-transport/", | ||
"dependencies": { | ||
"bluebird": "~3.1.1", | ||
"oddcast-msgpack": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"oddcast": "^2.0.0", | ||
"sinon": "~1.17.2", | ||
"tap-spec": "^4.1.1", | ||
"tape": "~4.4.0", | ||
"xo": "~0.12.1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/oddnetworks/oddcast-tcp-transport/issues" | ||
}, | ||
"xo": { | ||
"envs": [ | ||
"node", | ||
"es6" | ||
] | ||
}, | ||
"license": "MIT" | ||
"name": "oddcast-tcp-transport", | ||
"version": "1.0.1", | ||
"description": "A request transport for Oddcast over TCP", | ||
"author": "Odd Networks Inc. (http://www.oddnetworks.com)", | ||
"main": "./lib/transport", | ||
"scripts": { | ||
"lint": "xo", | ||
"test": "xo && tape 'test/**/*-test.js' | tap-spec" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/oddnetworks/oddworks/oddcast-tcp-transport.git" | ||
}, | ||
"keywords": [ | ||
"odd networks", | ||
"oddworks", | ||
"oddcast", | ||
"tcp" | ||
], | ||
"homepage": "https://gitlab.com/oddnetworks/oddworks/oddcast-tcp-transport/", | ||
"dependencies": { | ||
"bluebird": "~3.1.1", | ||
"oddcast-msgpack": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"oddcast": "^2.0.0", | ||
"sinon": "~1.17.2", | ||
"tap-spec": "^4.1.1", | ||
"tape": "~4.4.0", | ||
"xo": "~0.12.1" | ||
}, | ||
"bugs": { | ||
"url": "https://gitlab.com/oddnetworks/oddworks/oddcast-tcp-transport/issues" | ||
}, | ||
"xo": { | ||
"envs": [ | ||
"node", | ||
"es6" | ||
] | ||
}, | ||
"license": "MIT" | ||
} |
Oddcast TCP Transport | ||
===================== | ||
[](https://travis-ci.org/oddnetworks/oddcast-tcp-transport) | ||
[](https://gitlab.com/oddnetworks/oddworks/oddcast-tcp-transport/commits/master) | ||
A request transport for [Oddcast](https://github.com/oddnetworks/oddcast) over TCP. | ||
A request transport for [Oddcast](https://gitlab.com/oddnetworks/oddworks/oddcast) over TCP. | ||
Copyright and License | ||
--------------------- | ||
Copyright: (c) 2015 by Odd Networks Inc. (http://oddnetworks.co) | ||
Copyright: (c) 2015 by Odd Networks Inc. (http://oddnetworks.com) | ||
Unless otherwise indicated, all source code is licensed under the MIT license. See MIT-LICENSE for details. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7869
8
2