Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

http-xak

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-xak - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

http-xak.js

@@ -71,3 +71,3 @@ var util = require('util');

s.on('error', function x_error() {
if ( !(self.requests[name]||false).length || (this.sockets[name]||false).length ) {
if ( !(self.requests[name]||false).length || (self.sockets[name]||false).length ) {
// console.log('-- error connect --');

@@ -74,0 +74,0 @@ return;

@@ -5,3 +5,3 @@ {

"keywords": ["http", "https"],
"version": "0.1.1",
"version": "0.1.2",
"main" : "./http-xak.js",

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