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

@react-pdf/types

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf/types - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

6

CHANGELOG.md
# @react-pdf/types
## 2.3.1
### Patch Changes
- [#2252](https://github.com/diegomura/react-pdf/pull/2252) [`47e91cb`](https://github.com/diegomura/react-pdf/commit/47e91cbd8016046bb4e8389ba0d1c7ede9edce59) Thanks [@jeetiss](https://github.com/jeetiss)! - implement function as emoji source to build more complex urls
## 2.3.0

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

10

font.d.ts

@@ -49,7 +49,13 @@ export type FontStyle = 'normal' | 'italic' | 'oblique';

interface EmojiSource {
interface EmojiSourceUrl {
url: string;
format: string;
format?: string;
}
interface EmojiSourceBuilder {
builder: (code: string) => string;
}
type EmojiSource = EmojiSourceUrl | EmojiSourceBuilder;
interface SingleLoad {

@@ -56,0 +62,0 @@ family: string;

2

package.json
{
"name": "@react-pdf/types",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "React-pdf TypeScript definitions",

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