Socket
Socket
Sign inDemoInstall

bd-javascript

Package Overview
Dependencies
180
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

8

.config/configstore/update-notifier-npm.json
{
"optOut": false,
"lastUpdateCheck": 1578776606242,
"update": {
"latest": "6.13.6",
"current": "6.4.1",
"type": "minor",
"name": "npm"
}
"lastUpdateCheck": 1578776606242
}

2

package.json

@@ -6,3 +6,3 @@ {

"name": "bd-javascript",
"version": "0.0.8",
"version": "0.0.9",
"description": "BDjavascript, like BDscript of Discord Bot Designer.",

@@ -9,0 +9,0 @@ "main": "server.js",

@@ -105,6 +105,7 @@ //const Discord = require('discord.js')

if (!condition) {
return message.channel.send(errorMessage), 0
message.channel.send(errorMessage)
throw "Condition returned False"
}
} catch(e) {
console.log("Error on $onlyIf\n" + e.message)
}

@@ -111,0 +112,0 @@ }

Sorry, the diff of this file is not supported yet

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