Socket
Socket
Sign inDemoInstall

@blackprint/nodes-discord

Package Overview
Dependencies
121
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blackprint/nodes-discord

Blackprint nodes for Discord.js


Version published
Maintainers
1
Created

Readme

Source

NPM Build Status

Discord.js nodes for Blackprint

This module gives you an ability to use Discord.js with Blackprint. Unlike other module that can directly be used on Browser, this module require you to connect into Node.js via remote engine.

Import this nodes from URL

Please specify the version to avoid breaking changes.

Blackprint.loadModuleFromURL([
  'https://cdn.jsdelivr.net/npm/@blackprint/nodes-discord@0.0.1/dist/nodes-discord.mjs'
], {
  // Turn this on if you want to load .sf.js, and .sf.css
  // only with single .mjs
  loadBrowserInterface: true // set to "false" for Node.js/Deno
});

Development URL

You can use this link to load unpublished nodes and still under development on GitHub.
https://cdn.jsdelivr.net/gh/blackprint/nodes-discord@dist/nodes-discord.mjs

Replace dist with your latest commit hash (from dist branch) to avoid cache from CDN.

License

MIT

Keywords

FAQs

Last updated on 06 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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