Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

revolt.js

Package Overview
Dependencies
Maintainers
1
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

revolt.js - npm Package Compare versions

Comparing version 6.0.4 to 6.0.5

6

dist/websocket/client.js

@@ -132,4 +132,6 @@ "use strict";

}
for (const emoji of packet.emojis) {
this.client.emojis.createObj(emoji);
if (packet.emojis) {
for (const emoji of packet.emojis) {
this.client.emojis.createObj(emoji);
}
}

@@ -136,0 +138,0 @@ });

@@ -126,4 +126,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
for (const emoji of packet.emojis) {
this.client.emojis.createObj(emoji);
if (packet.emojis) {
for (const emoji of packet.emojis) {
this.client.emojis.createObj(emoji);
}
}

@@ -130,0 +132,0 @@ });

{
"name": "revolt.js",
"version": "6.0.4",
"version": "6.0.5",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

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