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

cute-animals

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cute-animals - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

corpus/adjectives.json

16

package.json
{
"name": "cute-animals",
"description": "Generate random adj-animal combinations with kid-friendly names.",
"version": "0.1.0",
"version": "0.2.0",
"author": {

@@ -14,6 +14,10 @@ "name": "Raine Revere",

},
"main": "src",
"bin": {
"cute-animals": "./src/cli.js"
},
"scripts": {
"build": "node build.js",
"lint": "eslint .",
"lintfix": "eslint --fix",
"build": "node src/build.js",
"lint": "eslint src",
"lintfix": "eslint src --fix",
"test": "jest",

@@ -28,3 +32,3 @@ "test:watch": "jest --watch"

"devDependencies": {
"eslint": "^7.14.0",
"eslint": "^7.16.0",
"eslint-config-raine": "^0.1.2",

@@ -34,3 +38,3 @@ "eslint-config-standard": "^16.0.2",

"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-jsdoc": "^30.7.9",
"eslint-plugin-node": "^11.1.0",

@@ -37,0 +41,0 @@ "eslint-plugin-promise": "^4.2.1",

@@ -14,2 +14,4 @@ # cute-animals

### Module
```js

@@ -28,3 +30,3 @@ const animal = require('cute-animals')

ocelot
viper
butterfly
giant panda

@@ -62,9 +64,18 @@ */

## Adjectives
### CLI
```sh
$ cute-animals adj adj animal
elated sincere slot
```
## Corpus
### Adjectives
```
<%=adjectives.join('\n')%>
```
## Animals
### Animals

@@ -71,0 +82,0 @@ ```

@@ -14,2 +14,4 @@ # cute-animals

### Module
```js

@@ -61,5 +63,14 @@ const animal = require('cute-animals')

## Adjectives
### CLI
```sh
$ cute-animals adj adj animal
elated sincere slot
```
## Corpus
### Adjectives
```
adorable

@@ -144,3 +155,3 @@ affectionate

## Animals
### Animals

@@ -147,0 +158,0 @@ ```

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