🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
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.1

2

endpoints.json

@@ -58,3 +58,3 @@ {

"catText": "/cat",
"owOify": "/owoify",
"OwOify": "/owoify",
"8Ball": "/8ball",

@@ -61,0 +61,0 @@ "fact": "/fact",

{
"name": "nekos.life",
"version": "2.0.0",
"version": "2.0.1",
"description": "JS wrapper for https://nekos.life",

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

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

async function work() {
let owo = await neko.OwOify({text: 'This lib is really awesome!'});
let owo = await neko.sfw.OwOify({text: 'This lib is really awesome!'});
console.log(owo);

@@ -149,0 +149,0 @@ }

@@ -70,4 +70,2 @@ //List all the functions

}
}

@@ -74,0 +72,0 @@