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

shell-env

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shell-env - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

index.js

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

try {
const stdout = execa.sync(shell || defaultShell, args).stdout;
const {stdout} = execa.sync(shell || defaultShell, args);
return parseEnv(stdout);

@@ -44,0 +44,0 @@ } catch (err) {

{
"name": "shell-env",
"version": "1.0.0",
"version": "2.0.0",
"description": "Get environment variables from the shell",

@@ -13,3 +13,3 @@ "license": "MIT",

"engines": {
"node": ">=4"
"node": ">=6"
},

@@ -37,4 +37,4 @@ "scripts": {

"dependencies": {
"default-shell": "^1.0.0",
"execa": "^0.8.0",
"default-shell": "^1.0.1",
"execa": "^0.10.0",
"strip-ansi": "^4.0.0"

@@ -41,0 +41,0 @@ },

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