Socket
Socket
Sign inDemoInstall

mnemonic-id

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mnemonic-id - npm Package Compare versions

Comparing version 0.9.0 to 1.1.0

10

dist/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getNumberId = exports.getHashId = exports.getCustom = exports.getStory = exports.getAction = exports.getShortName = exports.getName = void 0;
const tslib_1 = require("tslib");
const verbs_1 = tslib_1.__importDefault(require("./words/verbs"));
const animals_1 = tslib_1.__importDefault(require("./words/animals"));
const adjectives_1 = tslib_1.__importDefault(require("./words/adjectives"));
const verbs_1 = __importDefault(require("./words/verbs"));
const animals_1 = __importDefault(require("./words/animals"));
const adjectives_1 = __importDefault(require("./words/adjectives"));
/** Returns id with ≈ 10^6 permutations */

@@ -9,0 +11,0 @@ function getName(opts) {

4

package.json
{
"name": "mnemonic-id",
"description": "Library to generate easy to remember and sometimes entertaining human readable ids",
"version": "0.9.0",
"description": "Library to generate easy to remember, and sometimes entertaining, human readable ids",
"version": "1.1.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Mattias E. O. Andersson",

# Mnemonic id
Library to generate easy to remember and sometimes entertaining human readable ids.
Library to generate easy to remember, and sometimes entertaining, human readable ids.

@@ -5,0 +5,0 @@ Inspired by major mnemonic system:

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