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

nicepass

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nicepass - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

cli.js

@@ -48,3 +48,3 @@ #!/usr/bin/env node

if (char.length === 1) {
if (char.length === 1) { // eslint-disable-line max-depth
char = `0${char}`;

@@ -51,0 +51,0 @@ }

{
"name": "nicepass",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generate human-readable passphrases",

@@ -39,8 +39,8 @@ "license": "MIT",

"meow": "^3.7.0",
"niceware": "^1.0.1"
"niceware": "^1.0.4"
},
"devDependencies": {
"ava": "^0.15.2",
"execa": "^0.5.0",
"xo": "^0.16.0"
"ava": "^0.17.0",
"execa": "^0.6.0",
"xo": "^0.17.1"
},

@@ -47,0 +47,0 @@ "xo": {

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