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 1.0.0 to 1.0.1

3

cli.js

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

if (cli.flags.passphrase) {
console.log(niceware.passphraseToBytes(cli.flags.passphrase.split(' ')));
const str = cli.flags.passphrase.replace(/['"]+/g, '');
console.log(niceware.passphraseToBytes(str.split(' ')));

@@ -29,0 +30,0 @@ } else {

{
"name": "nicepass",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate human-readable passphrases",

@@ -16,3 +16,3 @@ "license": "MIT",

"engines": {
"node": ">=4"
"node": ">=6"
},

@@ -19,0 +19,0 @@ "scripts": {

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