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

adjective-adjective-animal

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adjective-adjective-animal - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

lib/cryptoRand.js

@@ -18,3 +18,3 @@ "use strict";

if (num < loadLists.NUM_ADJECTIVES) {
if (num < loadLists.NUM_ADJECTIVES && lists.adjectives[num]) {
return lists.adjectives[num];

@@ -34,3 +34,3 @@ }

if (num < loadLists.NUM_ANIMALS) {
if (num < loadLists.NUM_ANIMALS && lists.animals[num]) {
return lists.animals[num];

@@ -37,0 +37,0 @@ }

@@ -22,3 +22,3 @@ var fs = require("fs");

module.exports.NUM_ADJECTIVES = 8997;
module.exports.NUM_ANIMALS = 591;
module.exports.NUM_ADJECTIVES = 8981;
module.exports.NUM_ANIMALS = 590;
{
"name": "adjective-adjective-animal",
"version": "1.2.1",
"version": "1.2.2",
"description": "Suitably random and reasonably unique human readable (and fairly adorable) ids",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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