Socket
Socket
Sign inDemoInstall

@react-pdf-viewer/print

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf-viewer/print - npm Package Compare versions

Comparing version 2.3.2 to 2.4.0

8

package.json
{
"name": "@react-pdf-viewer/print",
"version": "2.3.2",
"version": "2.4.0",
"description": "A React component to view a PDF document",

@@ -36,3 +36,3 @@ "license": "https://react-pdf-viewer.dev/license",

"dependencies": {
"@react-pdf-viewer/core": "2.3.2"
"@react-pdf-viewer/core": "2.4.0"
},

@@ -50,5 +50,5 @@ "peerDependencies": {

"js": "cp src/index.d.ts lib && cp dist/index.js lib && rollup -c ../../rollup.config.js",
"css": "rm lib/styles/index.less && postcss lib/styles/index.css > lib/styles/index.min.css"
"css": "lessc src/styles/index.less lib/styles/index.temp.css && postcss lib/styles/index.temp.css > lib/styles/index.css && rm -rf lib/styles/index.temp.css"
},
"gitHead": "6c911fcc09cbd5cff03c3c9ebb3c3a7736e40fae"
"gitHead": "09ee35ddfbac935d8e6b266f2c1cd1421171db93"
}

Sorry, the diff of this file is not supported yet

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