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

black-socks-server

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

black-socks-server - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

8

chrome.js
class chrome
{
constructor(data)
constructor(buf)
{
console.log(data)
let target_end = 1+buf.readUInt8(1)
let target = buf.slice(1,target_end)
console.log(target)
let client_hello = buf.slice(target_end)
console.log(client_hello)
}

@@ -7,0 +11,0 @@ }

{
"name": "black-socks-server",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "server.js",

@@ -31,2 +31,3 @@ const net = require('net')

unzip(input, (err, output) => {
if(err) throw err
this.tunnel(output[0],output.slice(1))

@@ -41,3 +42,2 @@ })

{
console.log(id,data)
if(id == 0x00)

@@ -44,0 +44,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