New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

discord.js-akinator

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord.js-akinator - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

7

package.json
{
"name": "discord.js-akinator",
"version": "4.0.5",
"version": "4.0.6",
"description": "A Discord.js v14 module that allows you to create an Akinator command for your discord bot in a matter of seconds.",

@@ -26,6 +26,5 @@ "main": "src/index.js",

"@vitalets/google-translate-api": "^9.1.0",
"aki-api": "^6.0.8",
"discord.js": "^14.11.0",
"node_extra_ca_certs_mozilla_bundle": "^1.0.5"
"aki-api": "^6.0.9",
"discord.js": "^14.11.0"
}
}
<h1 align="center">
🔮 Discord.js Akinator 🔮 | By: <a href="https://diamonddigital.dev/"><img align="center" style="width:25%;height:auto" src="https://diamonddigital.dev/img/png/ddd_logo_text_transparent.png" alt="Diamond Digital Development Logo"></a>
🔮 Discord.js Akinator 🔮
</h1>

@@ -123,4 +123,4 @@

<center>
<strong>Created and maintained by</strong>
<a href="https://diamonddigital.dev/"><img align="center" style="width:25%;height:auto" src="https://diamonddigital.dev/img/png/ddd_logo_text_transparent.png" alt="Diamond Digital Development Logo"></a>
<a href="https://diamonddigital.dev/"><strong>Created and maintained by</strong>
<img align="center" style="width:25%;height:auto" src="https://diamonddigital.dev/img/png/ddd_logo_text_transparent.png" alt="Diamond Digital Development Logo"></a>
</center>
//adding intermediate certs for akinator api
const fs = require("fs");
const https = require('https');
https.globalAgent.options.ca = fs.readFileSync(process.cwd() + "/node_modules/node_extra_ca_certs_mozilla_bundle/ca_bundle/ca_intermediate_root_bundle.pem");
const Discord = require("discord.js")
const { Aki } = require("aki-api");
const fs = require("fs");
const translate = require("./translate");

@@ -9,0 +6,0 @@ const awaitInput = require("./input");

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