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

autho

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autho - npm Package Compare versions

Comparing version 0.0.4 to 0.0.7

build/bin.js

66

package.json
{
"name": "autho",
"version": "0.0.4",
"main": "index.js",
"type": "module",
"version": "0.0.7",
"main": "build/bin.js",
"type": "commonjs",
"bin": {
"autho": "src/cli/bin.js"
"autho": "build/bin.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"keywords": [
"secrets",
"otp"
],
"author": "Nir Adler",
"license": "MIT",
"description": "Open Source Authentication and Password Management Tool",
"devDependencies": {
"@eslint/js": "^9.0.0",
"esbuild": "0.20.2",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.0.0",
"jest": "^29.7.0",
"pkg": "^5.8.1",
"prettier": "^3.2.5"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^12.0.0",
"conf": "^12.0.0",
"inquirer": "^9.2.17",
"inquirer-autocomplete-standalone": "^0.8.1",
"joi": "^17.12.2",
"otpauth": "^9.2.2"
"files": [
"build/bin.js"
],
"pkg": {
"scripts": "build/**/*.js",
"assets": [],
"targets": [
"node18-win-x64",
"node18-linux-arm64",
"node18-linux-x64",
"node18-macos-x64"
],
"outputPath": "dist"
},
"devDependencies": {},
"description": "Open Source Authentication and Password Management Tool"
}
"scripts": {
"format": "prettier --check .",
"format:write": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "esbuild packages/cli/bin.js --bundle --platform=node --target=node18 --outdir=build",
"pkg": "npm run pkg:linux && npm run pkg:macos && npm run pkg:win",
"pkg:macos-arm64": "pkg build/bin.js --output dist/autho --target node18-macos-arm64",
"pkg:macos": "pkg build/bin.js --output dist/autho-macos --target node18-macos-x64",
"pkg:linux": "pkg build/bin.js --output dist/autho-linux --target node18-linux-x64",
"pkg:win": "pkg build/bin.js --output dist/autho-win --target node18-win-x64",
"release": "gh release create v0.0.6 ./dist"
}
}

@@ -8,3 +8,2 @@ # Autho: Open Source Authentication and Password Management Tool

- **OTP Generation**: Autho allows users to generate One-Time Passwords (OTPs) for two-factor authentication (2FA) using industry-standard algorithms.
- **Password Management**: Autho provides a secure vault for users to store and manage their passwords, ensuring easy access and strong encryption.

@@ -11,0 +10,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