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.0 to 3.1.1

lib/index.cjs

8

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

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

"type": "module",
"main": "./lib/index.js",
"main": "./lib/index.cjs",
"module": "./src/index.js",

@@ -15,3 +15,3 @@ "exports": {

"import": "./src/index.js",
"require": "./lib/index.js",
"require": "./lib/index.cjs",
"default": "./src/index.js"

@@ -26,3 +26,3 @@ }

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

@@ -29,0 +29,0 @@ },

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