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

@react-pdf/stylesheet

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf/stylesheet - npm Package Compare versions

Comparing version 3.2.0 to 4.0.0

lib/index.cjs.js

11

CHANGELOG.md
# @react-pdf/stylesheet
## 4.0.0
### Major Changes
- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers
### Patch Changes
- Updated dependencies [[`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81)]:
- @react-pdf/fns@2.0.0
## 3.2.0

@@ -4,0 +15,0 @@

11

package.json
{
"name": "@react-pdf/stylesheet",
"version": "3.2.0",
"version": "4.0.0",
"license": "MIT",

@@ -8,3 +8,4 @@ "description": "A styles engine for Node and the browser",

"homepage": "https://github.com/diegomura/react-pdf#readme",
"main": "lib/index.js",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"repository": {

@@ -17,8 +18,8 @@ "type": "git",

"test": "jest",
"build": "rimraf ./lib && babel src --out-dir lib",
"watch": "rimraf ./lib && babel src --out-dir lib --watch"
"build": "rimraf ./lib && rollup -c",
"watch": "rimraf ./lib && rollup -c -w"
},
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/fns": "1.0.0",
"@react-pdf/fns": "2.0.0",
"@react-pdf/types": "^2.1.0",

@@ -25,0 +26,0 @@ "color-string": "^1.5.3",

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