Socket
Socket
Sign inDemoInstall

lgcord.js

Package Overview
Dependencies
12
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.6.0

output/lgcord.js

2

output/data-objects/discord-message.js

@@ -32,2 +32,3 @@ "use strict";

const discord_user_1 = require("./discord-user");
const __1 = require("..");
class DiscordMessage {

@@ -50,2 +51,3 @@ // public nonce ? integer or string used for validating a message was sent

constructor(id, channel_id, author, content, timestamp) {
const client = __1.Client.client_id
this.client_id = client

@@ -52,0 +54,0 @@ this.id = id;

2

output/index.js

@@ -17,4 +17,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./discord-minimal"), exports);
__exportStar(require("./lgcord"), exports);
__exportStar(require("./data-objects"), exports);
__exportStar(require("./custom-types"), exports);
{
"name": "lgcord.js",
"version": "0.5.1",
"version": "0.6.0",
"description": "tcord beta",

@@ -5,0 +5,0 @@ "main": "./output/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