Socket
Socket
Sign inDemoInstall

getos

Package Overview
Dependencies
1
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.2 to 3.1.3

logic/arch.js

8

package.json
{
"name": "getos",
"version": "3.1.2",
"version": "3.1.3",
"description": "Get the OS/Distribution name of the environment you are working on",

@@ -29,6 +29,6 @@ "main": "index.js",

"devDependencies": {
"cli-color": "^1.4.0",
"cli-color": "^2.0.0",
"execSync": "^1.0.2",
"standard": "^13.1.0",
"tape": "^4.11.0"
"standard": "^14.3.1",
"tape": "^4.13.0"
},

@@ -35,0 +35,0 @@ "dependencies": {

@@ -29,3 +29,3 @@ var test = require('tape')

// reload each time to avoid internal caching
require.cache[require.resolve('../')] = null
delete require.cache[require.resolve('../')]
var getos = require('../')

@@ -32,0 +32,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc