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

@hashicorp/react-quote

Package Overview
Dependencies
Maintainers
31
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/react-quote - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1-canary-20230113165338

6

CHANGELOG.md
# @hashicorp/react-quote
## 0.3.1-canary-20230113165338
### Patch Changes
- [#864](https://github.com/hashicorp/react-components/pull/864) [`efccf555`](https://github.com/hashicorp/react-components/commit/efccf555901494e24b3a9f4657001b6c63d07173) Thanks [@alexcarpenter](https://github.com/alexcarpenter)! - add text size option
## 0.3.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@hashicorp/react-quote",
"version": "0.3.0",
"version": "0.3.1-canary-20230113165338",
"description": "",

@@ -5,0 +5,0 @@ "author": "HashiCorp",

module.exports = {
textSize: {
type: 'number',
description: 'The display size the text should render as.',
options: [4, 5],
},
text: {
type: 'string',
required: true,
description: 'The text displayed as the quote',

@@ -5,0 +11,0 @@ },

@@ -5,2 +5,6 @@ import type { AuthorBylineProps } from '@hashicorp/react-author-byline/types'

/**
* The display size the text should render as.
*/
textSize?: 4 | 5
/**
* The text displayed as the quote

@@ -7,0 +11,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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