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

chrome-net

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-net - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

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