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 4.2.2 to 4.2.3

2

lib/index.js

@@ -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) {

8

package.json
{
"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

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