chrome-net
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "chrome-net", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Use the Node `net` API in Chrome Apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,7 +0,9 @@ | ||
chrome-net | ||
========== | ||
# chrome-net | ||
[![Build Status](http://img.shields.io/travis/feross/chrome-net.svg)](https://travis-ci.org/feross/chrome-net) | ||
[![NPM Version](http://img.shields.io/npm/v/chrome-net.svg)](https://npmjs.org/package/chrome-net) | ||
[![NPM](http://img.shields.io/npm/dm/chrome-net.svg)](https://npmjs.org/package/chrome-net) | ||
[![Gittip](http://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/) | ||
### Use the Node `net` API in Chrome Apps | ||
[![Dependency Status](https://david-dm.org/feross/chrome-net.png)](https://david-dm.org/feross/chrome-net) | ||
This module lets you use the Node.js [net](http://nodejs.org/api/net.html) (TCP) API in [Chrome Packaged Apps](http://developer.chrome.com/apps/about_apps.html). | ||
@@ -13,7 +15,9 @@ | ||
## Installation | ||
## install | ||
`npm install chrome-net` | ||
``` | ||
npm install chrome-net | ||
``` | ||
## Usage | ||
## methods | ||
@@ -66,8 +70,8 @@ Use node's `net` API, including all parameter list shorthands and variations. | ||
## Contributing | ||
## contribute | ||
To run tests, use `npm test`. The tests will run TCP and UDP servers and launch a few different Chrome Packaged Apps with browserified client code. The tests currently require Chrome Canary on Mac. If you're on Windows or Linux, feel free to send a pull request to fix this limitation. | ||
## MIT License | ||
## license | ||
Copyright (c) [Feross Aboukhadijeh](http://feross.org) & John Hiesey | ||
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org) & John Hiesey. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
254504
76
4