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

mysystem-info

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysystem-info - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

package.json
{
"name": "mysystem-info",
"version": "1.0.14",
"version": "1.0.15",
"description": "Get your Linux Distro or Windows System Info.",

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

@@ -9,3 +9,3 @@ #!/usr/bin/env node

import { readFileSync } from 'fs';
const packageJSON = JSON.parse(readFileSync('./package.json'));
const packageJSON = JSON.parse(readFileSync(new URL("./package.json", import.meta.url)));

@@ -12,0 +12,0 @@ updateNotifier({pkg: packageJSON}).notify();

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