Socket
Socket
Sign inDemoInstall

xkpasswd

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

xkpasswd-words.json

2

generate.js

@@ -1,2 +0,2 @@

var wordList = require('word-list-json');
var wordList = require('./xkpasswd-words.json');

@@ -3,0 +3,0 @@ // define helpers

{
"name": "xkpasswd",
"version": "1.0.0",
"version": "1.0.1",
"description": "Memorable password generator",
"keywords": [
"password",
"generator",
"memorable",
"xkp",
"xkpasswd",
"xkpassword",
"long",
"words"
],
"main": "index.js",

@@ -10,5 +20,2 @@ "bin": {

},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -25,5 +32,4 @@ "type": "git",

"dependencies": {
"clarg": "0.0.2",
"word-list-json": "^0.2.0"
"clarg": "0.0.2"
}
}

@@ -37,3 +37,4 @@ # xkpasswd

You can also use xkpasswd command in your terminal if you install the package globally.
You can also use xkpasswd command in your terminal if you install the package
globally (`npm install xkpasswd -g`).

@@ -53,6 +54,6 @@ **CLI OPTIONS**

If specified `pattern` argument overrides the one derived from complexity level.
If specified `pattern` argument overrides the [pattern](#patterns) derived from complexity level.
If `separators` are provided they are used instead of the standard set (see complexity levels). One separator is used per password,
picked randomly from the provided set.
If `separators` are provided they are used instead of the standard set (see complexity levels).
One separator is used per password, picked randomly from the provided set.

@@ -135,2 +136,7 @@ Finally, to generate multiple passwords at once you can specify the desired

v1.0.1
- Using a cleaned up list of words
v1.0.0

@@ -137,0 +143,0 @@

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