Socket
Socket
Sign inDemoInstall

chrome-net

Package Overview
Dependencies
3
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.3.2

11

index.js

@@ -207,7 +207,10 @@ /**

self._address = address
self._port = port
servers[self.id] = self
servers[self.id] = self
self.emit('listening')
chrome.sockets.tcpServer.getInfo(self.id, function (socketInfo) {
self._address = socketInfo.localAddress
self._port = socketInfo.localPort
self.emit('listening')
})
})

@@ -214,0 +217,0 @@ })

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

@@ -6,0 +6,0 @@ "bugs": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc