Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 2.0.3 to 2.0.4

2

package.json
{
"name": "nekos.life",
"version": "2.0.3",
"version": "2.0.4",
"description": "JS wrapper for https://nekos.life",

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

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

"8Ball"(opts: NekoClient.NekoQueryParams):Promise<NekoClient.NekoChatResults>;
fact():Promise<NekoClient.NekoChatResults>;
fact():Promise<NekoClient.NekoFactResult>;
kemonomimi():Promise<NekoClient.NekoRequestResults>;

@@ -101,2 +101,5 @@ holo():Promise<NekoClient.NekoRequestResults>;

}
export interface NekoFactResult {
fact: string;
}
}
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