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

niceware

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

niceware - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

index.html

4

lib/main.js

@@ -9,3 +9,3 @@ // @flow

const wordlist = require('./wordlist')
const crypto = require('crypto')
const randomBytes = require('randombytes');

@@ -94,3 +94,3 @@ const MAX_PASSPHRASE_SIZE = 1024 // Max size of passphrase in bytes

}
const bytes = crypto.randomBytes(size)
const bytes = randomBytes(size)
return niceware.bytesToPassphrase(bytes)

@@ -97,0 +97,0 @@ }

{
"name": "niceware",
"version": "0.0.3",
"version": "1.0.0",
"description": "Utility for converting cryptographic keys into human-readable phrases",

@@ -47,4 +47,5 @@ "keywords": [

"dependencies": {
"binary-search": "^1.3.2"
"binary-search": "^1.3.2",
"randombytes": "^2.0.3"
}
}

Sorry, the diff of this file is too big to display

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