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

@nesanya/ntr-discord

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nesanya/ntr-discord - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "@nesanya/ntr-discord",
"version": "1.1.1",
"version": "1.1.2",
"description": "Easier work with discord API",

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

@@ -28,5 +28,5 @@ # NTR-discord

const client = new Discord.Client()
const { Msg, MainDS } = require("@nesanya/ntr-discord")
const { MsgDS, MainDS } = require("@nesanya/ntr-discord")
const main = new MainDS(client, "You'r token here")
const msg = new Msg(client, "You'r prefix")
const msg = new MsgDS(client, "You'r prefix")

@@ -131,3 +131,3 @@ main.start(function(){

const client = new Discord.Client()
const { Msg } = require("@nesanya/ntr-discord")
const { MsgDS } = require("@nesanya/ntr-discord")
const msg = new MsgDS(client, "YOUR PREFIX")

@@ -134,0 +134,0 @@

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