Socket
Socket
Sign inDemoInstall

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 1.1.1 to 1.1.2

2

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

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

@@ -18,4 +18,4 @@ //List all the functions

getSFWCatText():any;
getSFWOwOify():any;
getSFWChat():any;
getSFWOwOify(opts: NekoClient.NekoQueryParams):any;
getSFWChat(opts: NekoClient.NekoQueryParams):any;
getSFW8Ball():any;

@@ -64,4 +64,12 @@ getSFWFact():any;

getNSFWPussyGif():any;
}
export = NekoClient;
declare namespace NekoClient {
//Help create options interface for the few functions that need it
export interface NekoQueryParams {
text?: string;
}
export = NekoClient;
}
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