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

systeminformation

Package Overview
Dependencies
Maintainers
1
Versions
694
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systeminformation - npm Package Compare versions

Comparing version 3.23.4 to 3.23.5

1

CHANGELOG.md

@@ -101,2 +101,3 @@ # Changelog

| -------------- | -------------- | -------- |
| 3.23.5 | 2017-06-29 | bug fix `inetChecksite()` |
| 3.23.4 | 2017-06-24 | bug fix `getDynamicData(), getAllData() - mem` |

@@ -103,0 +104,0 @@ | 3.23.3 | 2017-06-23 | updated docs |

4

lib/internet.js

@@ -59,3 +59,3 @@ 'use strict';

http.get(url, (res) => {
const { statusCode } = res;
const statusCode = res.statusCode;

@@ -82,3 +82,3 @@ result.status = statusCode || 404;

});
} catch (err) {
} catch (err) {s
if (callback) { callback(result) }

@@ -85,0 +85,0 @@ resolve(result);

{
"name": "systeminformation",
"version": "3.23.4",
"version": "3.23.5",
"description": "Simple system and OS information library",

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

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