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

@react-pdf/primitives

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf/primitives - npm Package Compare versions

Comparing version 3.1.1 to 4.0.0

15

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

@@ -9,11 +9,3 @@ "description": "Define uninitialized elements",

"type": "module",
"main": "./lib/index.cjs",
"module": "./src/index.js",
"exports": {
".": {
"import": "./src/index.js",
"require": "./lib/index.cjs",
"default": "./src/index.js"
}
},
"main": "./src/index.js",
"repository": {

@@ -25,4 +17,3 @@ "type": "git",

"scripts": {
"build": "babel src --out-dir lib && mv lib/index.js lib/index.cjs",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest"
"test": "vitest"
},

@@ -29,0 +20,0 @@ "files": [

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