Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

devland.js

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devland.js - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

24

index.js
const Client = require('./structures/client/client')
const Models = require('./structures/models')
const Utils = require('./structures/util')
const Attachment = require('./structures/models/Attachment')
const Guild = require('./structures/models/Guild')
const Message = require('./structures/models/Message')
const MessageEmbed = require('./structures/models/MessageEmbed')
const TextChannel = require('./structures/models/TextChannel')
const User = require('./structures/models/User')
const ActionRow = require('./structures/models/ActionRow')
const Button = require('./structures/models/Button')
const StringSelect = require('./structures/models/StringSelect')
const {Store} = require('./structures/util/Store/Store')
module.exports = {
Client,
Models,
Utils
Utils,
Attachment,
Guild,
Message,
MessageEmbed,
TextChannel,
User,
ActionRow,
Button,
StringSelect,
Store,
}

2

package.json

@@ -9,3 +9,3 @@ {

"name": "devland.js",
"version": "1.0.21",
"version": "1.0.22",
"description": "A powerful API wrapper for the Discord API",

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

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