Socket
Socket
Sign inDemoInstall

random-stuff-api

Package Overview
Dependencies
148
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.2.1 to 10.2.2

18

index.js

@@ -1,4 +0,3 @@

let fetch = require("node-fetch")
let base = "https://api.pgamerx.com/v3/"
let base = "https://api.pgamerx.com/v3"
let api_key =

@@ -74,16 +73,1 @@ process

module.exports = API
/*
insult: async () => {
try {
return new Promise(async resolve => {
let joke = await insulter.Insult();
return resolve(joke);
});
} catch (err) {
throw new Error("An error occurred, error: " + err);
}
}
*/

2

package.json
{
"name": "random-stuff-api",
"version": "10.2.1",
"version": "10.2.2",
"description": "AI Chatbot, random-responses like memes,dankmemes,jokes,devjokes and much more!",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc