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.0-rc.27 to 6.0.0-rc.28

2

dist/websocket/client.js

@@ -239,3 +239,3 @@ "use strict";

}
case "MessageBulkDelete": {
case "BulkMessageDelete": {
(0, mobx_1.runInAction)(() => {

@@ -242,0 +242,0 @@ for (const id of packet.ids) {

@@ -63,3 +63,3 @@ import type { FieldsChannel, FieldsMember, FieldsServer, FieldsUser, Session } from "revolt-api";

} | {
type: "MessageBulkDelete";
type: "BulkMessageDelete";
channel: string;

@@ -66,0 +66,0 @@ ids: string[];

@@ -233,3 +233,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
case "MessageBulkDelete": {
case "BulkMessageDelete": {
runInAction(() => {

@@ -236,0 +236,0 @@ for (const id of packet.ids) {

@@ -63,3 +63,3 @@ import type { FieldsChannel, FieldsMember, FieldsServer, FieldsUser, Session } from "revolt-api";

} | {
type: "MessageBulkDelete";
type: "BulkMessageDelete";
channel: string;

@@ -66,0 +66,0 @@ ids: string[];

{
"name": "revolt.js",
"version": "6.0.0-rc.27",
"version": "6.0.0-rc.28",
"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