You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nekos.life

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nekos.life - npm Package Compare versions

Comparing version

to
2.0.8

2

endpoints.json

@@ -59,3 +59,3 @@ {

"OwOify": "/owoify",
"8Ball": "/8ball",
"eightBall": "/8ball",
"fact": "/fact",

@@ -62,0 +62,0 @@ "nekoGif": "/img/ngif",

{
"name": "nekos.life",
"version": "2.0.7",
"version": "2.0.8",
"description": "JS wrapper for https://nekos.life",

@@ -16,3 +16,4 @@ "main": "index.js",

"nekos",
"nekos.life"
"nekos.life",
"neko"
],

@@ -19,0 +20,0 @@ "author": "cyberronin",

@@ -30,3 +30,3 @@ [![npm](https://img.shields.io/npm/v/nekos.life.svg)](https://www.npmjs.com/package/nekos.life)

| `meow` | Get a URL of a cat image/gif |
| `lizard` | Get a URL of a lizard image/gif |
| `lizard` | Get a URL of a lizard image |
| `kiss` | Get a URL of a kiss image/gif |

@@ -33,0 +33,0 @@ | `hug` | Get a URL of a hug image/gif |

@@ -23,3 +23,3 @@ //List all the functions

OwOify(opts: NekoClient.NekoQueryParams):Promise<NekoClient.NekoOwOResult>;
"8Ball"(opts: NekoClient.NekoQueryParams):Promise<NekoClient.NekoChatResults>;
eightBall(opts: NekoClient.NekoQueryParams):Promise<NekoClient.NekoChatResults>;
fact():Promise<NekoClient.NekoFactResult>;

@@ -26,0 +26,0 @@ kemonomimi():Promise<NekoClient.NekoRequestResults>;