Socket
Socket
Sign inDemoInstall

@jhanssen/options

Package Overview
Dependencies
3
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.36 to 2.0.0

dist/index.d.ts

17

package.json
{
"name": "@jhanssen/options",
"version": "1.0.36",
"version": "2.0.0",
"description": "Options parser that looks at argv, environment variables and a config file.",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc -p ./tsconfig.json"
},

@@ -26,6 +27,12 @@ "repository": {

"dependencies": {
"app-root-path": "^2.1.0",
"minimist": "^1.2.5",
"app-root-path": "^2.2.1",
"minimist": "^1.2.8",
"xdg-basedir": "^3.0.0"
},
"devDependencies": {
"@types/app-root-path": "^1.2.8",
"@types/minimist": "^1.2.5",
"@types/node": "^20.9.0",
"typescript": "^5.2.2"
}
}
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