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

@react-pdf/font

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf/font - npm Package Compare versions

Comparing version 2.3.8 to 2.4.0

lib/index.browser.cjs

20

package.json
{
"name": "@react-pdf/font",
"version": "2.3.8",
"version": "2.4.0",
"license": "MIT",

@@ -13,10 +13,18 @@ "description": "Register font and emoji source for react-pdf document",

},
"main": "./lib/index.cjs.js",
"module": "./lib/index.es.js",
"type": "module",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
"browser": {
"./lib/index.es.js": "./lib/index.browser.es.js",
"./lib/index.cjs.js": "./lib/index.browser.cjs.js"
"./lib/index.js": "./lib/index.browser.js",
"./lib/index.cjs": "./lib/index.browser.cjs"
},
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.cjs",
"default": "./lib/index.js"
}
},
"scripts": {
"test": "jest",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
"build": "rimraf ./lib && rollup -c",

@@ -23,0 +31,0 @@ "watch": "rimraf ./lib && rollup -c -w"

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