Socket
Socket
Sign inDemoInstall

chrome-net

Package Overview
Dependencies
Maintainers
2
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 3.3.2 to 3.3.3

4

index.js

@@ -1170,5 +1170,5 @@ /* global chrome */

}
function errnoException (err, syscall) {
function errnoException (err, syscall, details) {
var uvCode = errorChromeToUv[err] || 'UNKNOWN'
var message = syscall + ' ' + err
var message = syscall + ' ' + err + ' ' + details
if (chrome.runtime.lastError) {

@@ -1175,0 +1175,0 @@ message += ' ' + chrome.runtime.lastError.message

{
"name": "chrome-net",
"description": "Use the Node `net` API in Chrome Apps",
"version": "3.3.2",
"version": "3.3.3",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",

@@ -17,5 +17,5 @@ "bugs": {

"devDependencies": {
"browserify": "^14.0.0",
"chrome-dgram": "^2.0.6",
"envify": "^3.2.0",
"browserify": "^16.2.3",
"chrome-dgram": "^3.0.1",
"envify": "^4.1.0",
"once": "1.x",

@@ -49,4 +49,5 @@ "portfinder": "^1.0.2",

"scripts": {
"test": "standard && tape test/*.js"
"test": "standard",
"test-browser": "tape test/*.js"
}
}

@@ -1,3 +0,5 @@

# chrome-net [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
# chrome-net [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
[travis-image]: https://img.shields.io/travis/feross/chrome-net/master.svg
[travis-url]: https://travis-ci.org/feross/chrome-net
[npm-image]: https://img.shields.io/npm/v/chrome-net.svg

@@ -4,0 +6,0 @@ [npm-url]: https://npmjs.org/package/chrome-net

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