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.0.3 to 1.0.4

LICENSE

7

index.js

@@ -14,2 +14,9 @@ class Msg {

}
MsgCallback(ImportMessage, callback) {
this.client.on("message", message => {
if(message.content === this.prefix + ImportMessage) {
callback(message)
}
})
}
}

@@ -16,0 +23,0 @@

2

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

@@ -5,0 +5,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