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.14 to 6.0.15

2

dist/config.d.ts

@@ -1,2 +0,2 @@

export declare const LIBRARY_VERSION = "6.0.14";
export declare const LIBRARY_VERSION = "6.0.15";
export declare const defaultConfig: {

@@ -3,0 +3,0 @@ apiURL: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultConfig = exports.LIBRARY_VERSION = void 0;
exports.LIBRARY_VERSION = "6.0.14";
exports.LIBRARY_VERSION = "6.0.15";
exports.defaultConfig = {

@@ -6,0 +6,0 @@ apiURL: "https://api.revolt.chat",

@@ -130,2 +130,7 @@ "use strict";

}
else {
(0, mobx_1.runInAction)(() => {
this.timeout = null;
});
}
}

@@ -132,0 +137,0 @@ }

@@ -1,2 +0,2 @@

export declare const LIBRARY_VERSION = "6.0.14";
export declare const LIBRARY_VERSION = "6.0.15";
export declare const defaultConfig: {

@@ -3,0 +3,0 @@ apiURL: string;

@@ -1,2 +0,2 @@

export const LIBRARY_VERSION = "6.0.14";
export const LIBRARY_VERSION = "6.0.15";
export const defaultConfig = {

@@ -3,0 +3,0 @@ apiURL: "https://api.revolt.chat",

@@ -124,2 +124,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

}
else {
runInAction(() => {
this.timeout = null;
});
}
}

@@ -126,0 +131,0 @@ }

{
"name": "revolt.js",
"version": "6.0.14",
"version": "6.0.15",
"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