@react-pdf/stylesheet
Advanced tools
Comparing version 4.2.2 to 4.2.3
@@ -39,2 +39,4 @@ import { compose, castArray } from '@react-pdf/fns'; | ||
/* eslint-disable no-plusplus */ | ||
// This file is ran directly with Node - needs to have .js extension | ||
// eslint-disable-next-line import/extensions | ||
var BOX_MODEL_UNITS = 'px,in,mm,cm,pt,%,vw,vh'; | ||
@@ -41,0 +43,0 @@ var logError = function logError(style, value) { |
{ | ||
"name": "@react-pdf/stylesheet", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "description": "A styles engine for Node and the browser", | ||
"scripts": { | ||
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest", | ||
"test": "vitest", | ||
"build": "rimraf ./lib && rollup -c", | ||
@@ -31,4 +31,4 @@ "watch": "rimraf ./lib && rollup -c -w" | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.1.0", | ||
"@react-pdf/types": "^2.4.0", | ||
"@react-pdf/fns": "2.2.0", | ||
"@react-pdf/types": "^2.4.1", | ||
"color-string": "^1.9.1", | ||
@@ -35,0 +35,0 @@ "hsl-to-hex": "^1.0.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43031
1431
+ Added@react-pdf/fns@2.2.0(transitive)
- Removed@react-pdf/fns@2.1.0(transitive)
Updated@react-pdf/fns@2.2.0
Updated@react-pdf/types@^2.4.1