A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/cli/commit/522efa2641780e1703d3578baeb94d3e57bcc8af below:

socks@2.8.5 · npm/cli@522efa2 · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+5

-5

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+5

-5

lines changed Original file line number Diff line number Diff line change

@@ -130,7 +130,7 @@ function isValidTimeoutValue(value) {

130 130

function ipv4ToInt32(ip) {

131 131

const address = new ip_address_1.Address4(ip);

132 132

// Convert the IPv4 address parts to an integer

133 -

return address.toArray().reduce((acc, part) => (acc << 8) + part, 0);

133 +

return address.toArray().reduce((acc, part) => (acc << 8) + part, 0) >>> 0;

134 134

}

135 135

exports.ipv4ToInt32 = ipv4ToInt32;

136 136

function int32ToIpv4(int32) {

Original file line number Diff line number Diff line change

@@ -1,7 +1,7 @@

1 1

{

2 2

"name": "socks",

3 3

"private": false,

4 -

"version": "2.8.4",

4 +

"version": "2.8.5",

5 5

"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",

6 6

"main": "build/index.js",

7 7

"typings": "typings/index.d.ts",

Original file line number Diff line number Diff line change

@@ -14664,9 +14664,9 @@

14664 14664

}

14665 14665

},

14666 14666

"node_modules/socks": {

14667 -

"version": "2.8.4",

14668 -

"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.4.tgz",

14669 -

"integrity": "sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==",

14667 +

"version": "2.8.5",

14668 +

"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.5.tgz",

14669 +

"integrity": "sha512-iF+tNDQla22geJdTyJB1wM/qrX9DMRwWrciEPwWLPRWAUEM8sQiyxgckLxWT1f7+9VabJS0jTGGr4QgBuvi6Ww==",

14670 14670

"inBundle": true,

14671 14671

"license": "MIT",

14672 14672

"dependencies": {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4