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

revolt.js

Package Overview
Dependencies
Maintainers
1
Versions
271
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.18 to 6.0.0-rc.19

4

dist/index.d.ts

@@ -8,4 +8,6 @@ export { Channel } from "./maps/Channels";

export * from "./config";
export { UserPermission, Permission } from "./permissions/definitions";
export { UserPermission, Permission, DEFAULT_PERMISSION, DEFAULT_PERMISSION_DIRECT_MESSAGE, DEFAULT_PERMISSION_SAVED_MESSAGES, DEFAULT_PERMISSION_SERVER, DEFAULT_PERMISSION_VIEW_ONLY, U32_MAX, } from "./permissions/definitions";
export { calculatePermission } from "./permissions/calculator";
export { Nullable, toNullable, toNullableDate } from "./util/null";
export { ReadyPacket, ClientboundNotification, ServerboundNotification, } from "./websocket/notifications";
export * as API from "revolt-api";

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.API = exports.calculatePermission = exports.Permission = exports.UserPermission = exports.User = exports.Server = exports.Message = exports.Member = exports.Channel = void 0;
exports.API = exports.toNullableDate = exports.toNullable = exports.calculatePermission = exports.U32_MAX = exports.DEFAULT_PERMISSION_VIEW_ONLY = exports.DEFAULT_PERMISSION_SERVER = exports.DEFAULT_PERMISSION_SAVED_MESSAGES = exports.DEFAULT_PERMISSION_DIRECT_MESSAGE = exports.DEFAULT_PERMISSION = exports.Permission = exports.UserPermission = exports.User = exports.Server = exports.Message = exports.Member = exports.Channel = void 0;
var Channels_1 = require("./maps/Channels");

@@ -42,4 +42,13 @@ Object.defineProperty(exports, "Channel", { enumerable: true, get: function () { return Channels_1.Channel; } });

Object.defineProperty(exports, "Permission", { enumerable: true, get: function () { return definitions_1.Permission; } });
Object.defineProperty(exports, "DEFAULT_PERMISSION", { enumerable: true, get: function () { return definitions_1.DEFAULT_PERMISSION; } });
Object.defineProperty(exports, "DEFAULT_PERMISSION_DIRECT_MESSAGE", { enumerable: true, get: function () { return definitions_1.DEFAULT_PERMISSION_DIRECT_MESSAGE; } });
Object.defineProperty(exports, "DEFAULT_PERMISSION_SAVED_MESSAGES", { enumerable: true, get: function () { return definitions_1.DEFAULT_PERMISSION_SAVED_MESSAGES; } });
Object.defineProperty(exports, "DEFAULT_PERMISSION_SERVER", { enumerable: true, get: function () { return definitions_1.DEFAULT_PERMISSION_SERVER; } });
Object.defineProperty(exports, "DEFAULT_PERMISSION_VIEW_ONLY", { enumerable: true, get: function () { return definitions_1.DEFAULT_PERMISSION_VIEW_ONLY; } });
Object.defineProperty(exports, "U32_MAX", { enumerable: true, get: function () { return definitions_1.U32_MAX; } });
var calculator_1 = require("./permissions/calculator");
Object.defineProperty(exports, "calculatePermission", { enumerable: true, get: function () { return calculator_1.calculatePermission; } });
var null_1 = require("./util/null");
Object.defineProperty(exports, "toNullable", { enumerable: true, get: function () { return null_1.toNullable; } });
Object.defineProperty(exports, "toNullableDate", { enumerable: true, get: function () { return null_1.toNullableDate; } });
exports.API = __importStar(require("revolt-api"));

@@ -8,4 +8,6 @@ export { Channel } from "./maps/Channels";

export * from "./config";
export { UserPermission, Permission } from "./permissions/definitions";
export { UserPermission, Permission, DEFAULT_PERMISSION, DEFAULT_PERMISSION_DIRECT_MESSAGE, DEFAULT_PERMISSION_SAVED_MESSAGES, DEFAULT_PERMISSION_SERVER, DEFAULT_PERMISSION_VIEW_ONLY, U32_MAX, } from "./permissions/definitions";
export { calculatePermission } from "./permissions/calculator";
export { Nullable, toNullable, toNullableDate } from "./util/null";
export { ReadyPacket, ClientboundNotification, ServerboundNotification, } from "./websocket/notifications";
export * as API from "revolt-api";

@@ -8,5 +8,6 @@ export { Channel } from "./maps/Channels";

export * from "./config";
export { UserPermission, Permission } from "./permissions/definitions";
export { UserPermission, Permission, DEFAULT_PERMISSION, DEFAULT_PERMISSION_DIRECT_MESSAGE, DEFAULT_PERMISSION_SAVED_MESSAGES, DEFAULT_PERMISSION_SERVER, DEFAULT_PERMISSION_VIEW_ONLY, U32_MAX, } from "./permissions/definitions";
export { calculatePermission } from "./permissions/calculator";
export { toNullable, toNullableDate } from "./util/null";
import * as API_1 from "revolt-api";
export { API_1 as API };
{
"name": "revolt.js",
"version": "6.0.0-rc.18",
"version": "6.0.0-rc.19",
"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