New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-pdf/image

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf/image - npm Package Compare versions

Comparing version 2.2.3 to 2.3.0

lib/index.browser.cjs

22

package.json
{
"name": "@react-pdf/image",
"version": "2.2.3",
"version": "2.3.0",
"license": "MIT",

@@ -8,8 +8,16 @@ "description": "Parses the images in png or jpeg format for react-pdf document",

"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",
"browser": {
"./lib/index.cjs.js": "./lib/index.browser.cjs.js",
"./lib/index.es.js": "./lib/index.browser.es.js"
"./lib/index.cjs": "./lib/index.browser.cjs",
"./lib/index.js": "./lib/index.browser.js"
},
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.cjs",
"default": "./lib/index.js"
}
},
"repository": {

@@ -21,3 +29,3 @@ "type": "git",

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

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

"@babel/runtime": "^7.20.13",
"@react-pdf/png-js": "^2.2.0",
"@react-pdf/png-js": "^2.3.0",
"cross-fetch": "^3.1.5"

@@ -31,0 +39,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