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

guilded-api-typings

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guilded-api-typings - npm Package Compare versions

Comparing version 0.0.0-dev-20220728144940 to 0.0.0-dev-20220808073812

dist/index.js

8

CHANGELOG.md
# guilded-api-typings
## 0.0.0-dev-20220728144940
## 0.0.0-dev-20220808073812
### Minor Changes
- 13a6533: types: change WSOpCodes to WSOpCode
## 0.9.0
### Minor Changes
- 4d06b33: feat(types): use enums instead of unions types

@@ -8,0 +14,0 @@

8

package.json
{
"name": "guilded-api-typings",
"version": "0.0.0-dev-20220728144940",
"version": "0.0.0-dev-20220808073812",
"description": "Type definitions for the Guilded API.",

@@ -10,7 +10,7 @@ "repository": {

"homepage": "https://guildedts.js.org",
"main": "lib",
"main": "dist",
"types": "typings",
"files": [
"CHANGELOG.md",
"lib",
"dist",
"typings"

@@ -35,4 +35,4 @@ ],

"build": "pnpm clear && tsc",
"clear": "rimraf lib typings"
"clear": "rimraf dist typings"
}
}

@@ -22,3 +22,3 @@ import { APIChannel } from './structures/Channel';

/** The op code. */
op: number;
op: WSOpCode;
/** The name of the event. */

@@ -32,3 +32,3 @@ t?: string;

/** The Guilded WebSocket API operation codes. */
export declare enum WSOpCodes {
export declare enum WSOpCode {
/** The event operation code. */

@@ -35,0 +35,0 @@ Event = 0,

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