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-20220727134214 to 0.0.0-dev-20220728144940

6

CHANGELOG.md
# guilded-api-typings
## 0.0.0-dev-20220727134214
## 0.0.0-dev-20220728144940

@@ -13,2 +13,6 @@ ### Minor Changes

### Patch Changes
- 9cac330: feat: add `mentions` to forum topics
## 0.8.5

@@ -15,0 +19,0 @@

2

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

@@ -5,0 +5,0 @@ "repository": {

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

import { APIMentions } from './Channel';
/**

@@ -8,2 +9,4 @@ * Represents a forum topic on Guilded.

content: string;
/** The mentions of the forum topic. */
mentions?: APIMentions;
}

@@ -10,0 +13,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