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

@react-pdf/fns

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf/fns - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

lib/index.cjs

16

package.json
{
"name": "@react-pdf/fns",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",

@@ -8,4 +8,12 @@ "description": "React-pdf helper functions",

"homepage": "https://github.com/diegomura/react-pdf#readme",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"type": "module",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.cjs",
"default": "./lib/index.js"
}
},
"repository": {

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

"scripts": {
"test": "jest",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
"build": "rimraf ./lib && rollup -c",

@@ -20,0 +28,0 @@ "watch": "rimraf ./lib && rollup -c -w"

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