New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

pwpush-cli

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

pwpush-cli

A nodeJS CLI wrapper to easily push passwords to pwpush.com

latest
Source
npmnpm
Version
0.8.1
Version published
Maintainers
1
Created
Source

pwpush-cli

Greenkeeper badge

A nodeJS CLI wrapper to easily push passwords to pwpush.com

NPM

npm version Build Status Coverage Status Maintainability
Downloads/month Download-size

image

Install

npm install -g pwpush-cli

Usage

pwpush <password> [parameters] [options]

# Long version
pwpush MyVerySecretP@sswd2BeBroken --days 1 --views 2

# Short version
pwpush MyVerySecretP@sswd2BeBroken -d 1 -v 2

Tip: The secure generated link should be automatically be copied to the clipboard. Just paste it 🍻

Parameters

--days | -d

Type: integer
Default value: 7

Number of days until the password is deleted.

--views | -v

Type: integer
Default value: 5

Number of visualizations until the password is deleted.

--disallow-delete | -r

Disallow the viewer to delete the password before expiration (by default viewers are allowed to delete the password)

Options

--allow-weak

Disable password strength verification. Not recommended!!
Read more about OWASP security guideline.

--version

Display package version.

--help | -h

Display help usage information.

Contributing

Bug reports and Pull Requests are welcome!

License

MIT License © Leandro Nunes

Keywords

cli

FAQs

Package last updated on 02 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts