discord-webhook-node
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "discord-webhook-node", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Allows for easy webhook sending through discord's webhook API", | ||
"main": "./src/index.js", | ||
"exports": "./src/index.mjs", | ||
"exports": { | ||
"import": "./src/index.mjs", | ||
"require": "./src/index.js" | ||
}, | ||
"typings": "index.d.ts", | ||
@@ -8,0 +11,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19312