string-entropy
string-entropy copied to clipboard
Calculate the information entropy of a string
Results
3
string-entropy issues
Sort by
recently updated
recently updated
newest added
In case you didn't know, your package is currently unusable. Your entry points in `package.json` are pointing to a `dist` directory which is not present in the published package. It...
npm init -f npm install string-entropy echo 'import { entropy } from "string-entropy"; console.log(entropy("correct horse battery staple"));' > main.js $ node main.js node:internal/modules/esm/resolve:274 throw new ERR_MODULE_NOT_FOUND( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot...