New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

buddy-tunnel

Package Overview
Dependencies
Maintainers
0
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buddy-tunnel - npm Package Compare versions

Comparing version 1.7.37-dev to 1.7.38-dev

2

package.json
{
"name": "buddy-tunnel",
"preferGlobal": false,
"version": "1.7.37-dev",
"version": "1.7.38-dev",
"type": "commonjs",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -121,2 +121,3 @@ const { io } = require('socket.io-client');

}),
maxHttpBufferSize: 3e6,
extraHeaders: {

@@ -131,9 +132,2 @@ cookie: 'a=b'

});
this.socket.io.on('error', (err) => {
logger.info('socket io error');
logger.info(err);
});
this.socket.io.on('ping', () => {
logger.info('socket ping');
});
this.socket.on('disconnect', () => {

@@ -151,2 +145,5 @@ this.connected = false;

this.socket.on('sync', (data) => this.onSync(data));
setInterval(() => {
this.socket.emit('bbb', {});
}, 5000);
}

@@ -153,0 +150,0 @@ }

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