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

@react-pdf/stylesheet

Package Overview
Dependencies
Maintainers
0
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 5.0.0 to 5.0.1

4

lib/index.js

@@ -500,3 +500,3 @@ import { compose, castArray } from '@react-pdf/fns';

const parse = transformString => {
const transforms = transformString.trim().split(/\) |\)/);
const transforms = transformString.trim().split(/\)[ ,]|\)/);

@@ -515,3 +515,3 @@ // Handle "initial", "inherit", "unset".

parsed.push({
operation: name,
operation: name.trim(),
value

@@ -518,0 +518,0 @@ });

{
"name": "@react-pdf/stylesheet",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A styles engine for Node and the browser",

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