New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

password-generator

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

password-generator - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

2

lib/cli.js
var argv = process.argv.slice(2).reduce(
function parseArg(memo, arg, idx, rawArgs) {
var nextArg = rawArgs[idx + 1];
var nextArg = rawArgs[idx + 1] || true;
if (arg[0] === '-') {

@@ -5,0 +5,0 @@ var equalIdx = arg.indexOf('=');

{
"name": "password-generator",
"version": "2.3.1",
"version": "2.3.2",
"description": "Memorable password generator. For the command line, Node.js and the browser.",

@@ -5,0 +5,0 @@ "author": "Bermi Ferrer <bermi@bermilabs.com>",

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