Socket
Socket
Sign inDemoInstall

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 0.3.0 to 1.0.0

90

package.json
{
"name": "shell-env",
"version": "0.3.0",
"description": "Get environment variables from the shell",
"license": "MIT",
"repository": "sindresorhus/shell-env",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"maintainers": [
"silverwind <me@silverwind.io> (github.com/silverwind)"
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"env",
"var",
"environment",
"variable",
"shell",
"sh",
"zsh",
"bash",
"macos",
"osx",
"electron",
"nwjs"
],
"dependencies": {
"default-shell": "^1.0.0",
"execa": "^0.5.0",
"strip-ansi": "^3.0.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
},
"xo": {
"esnext": true
}
"name": "shell-env",
"version": "1.0.0",
"description": "Get environment variables from the shell",
"license": "MIT",
"repository": "sindresorhus/shell-env",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"env",
"var",
"environment",
"variable",
"shell",
"sh",
"zsh",
"bash",
"macos",
"osx",
"electron",
"nwjs"
],
"dependencies": {
"default-shell": "^1.0.0",
"execa": "^0.8.0",
"strip-ansi": "^4.0.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}

@@ -11,3 +11,3 @@ # shell-env [![Build Status](https://travis-ci.org/sindresorhus/shell-env.svg?branch=master)](https://travis-ci.org/sindresorhus/shell-env)

```
$ npm install --save shell-env
$ npm install shell-env
```

@@ -54,4 +54,10 @@

## Maintainers
- [Sindre Sorhus](https://sindresorhus.com)
- [@silverwind](https://github.com/silverwind)
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)
MIT

Sorry, the diff of this file is not supported yet

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