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

snowtransfer

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snowtransfer - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "snowtransfer",
"version": "0.2.2",
"version": "0.2.3",
"description": "Minimalistic Rest client for the Discord Api",

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

@@ -144,3 +144,3 @@ const Endpoints = require('../Endpoints');

async executeWebhook(webhookId, token, data) {
if (typeof data !== 'string' && !data.content && !data.embed && !data.file) {
if (typeof data !== 'string' && !data.content && !data.embeds && !data.file) {
throw new Error('Missing content or embed');

@@ -169,2 +169,2 @@ }

module.exports = WebhookMethods;
module.exports = WebhookMethods;

Sorry, the diff of this file is not supported yet

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