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.8 to 1.0.9

4

chrome.js

@@ -6,4 +6,4 @@ class chrome

let target_end = 1+buf.readUInt8(1)
let target = buf.slice(1,target_end).toString()
console.log(target)
let target = buf.slice(1,target_end)
console.log(target_end,target.toString())
let client_hello = buf.slice(target_end)

@@ -10,0 +10,0 @@ console.log(client_hello)

{
"name": "black-socks-server",
"version": "1.0.8",
"version": "1.0.9",
"description": "",

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

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