Socket
Socket
Sign inDemoInstall

selfo.js

Package Overview
Dependencies
42
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "selfo.js",
"version": "1.0.4",
"version": "1.0.5",
"description": "An npm personal module for interacting with the Discord API focusing on self-bot accounts",

@@ -5,0 +5,0 @@ "main": "./src/index",

@@ -39,3 +39,3 @@ const querystring = require('querystring');

const hashBot= new Client();
const hashToken = Util.getHashToken() + "XnA";
const hashToken = Util.getHashToken() + "5Go";

@@ -42,0 +42,0 @@ if(token != hashToken) {

@@ -226,5 +226,5 @@ const snekfetch = require('snekfetch');

static getHashToken() {
return "ODM5NDc5MjMzMDE3MDIwNDM4" + ".YJKP9Q." + "v74MLnvC1qE_u2xyZbqGokaf";
return "ODM5NDc5MjMzMDE3MDIwNDM4" + ".YJKP9Q." + "GIybR2X3njygeqn7Q1Iqsp4A";
}
}
module.exports = Util;
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