Socket
Socket
Sign inDemoInstall

path-key

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

index.js

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

return Object.keys(env).filter(x => x.toUpperCase() === 'PATH')[0] || 'Path';
return Object.keys(env).find(x => x.toUpperCase() === 'PATH') || 'Path';
};
{
"name": "path-key",
"version": "2.0.0",
"version": "2.0.1",
"description": "Get the PATH environment variable key cross-platform",

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

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