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 3.2.0 to 3.3.0

8

lib/cjs/print.js

@@ -109,3 +109,5 @@ 'use strict';

return (React__namespace.createElement(React__namespace.Fragment, null,
React__namespace.createElement("div", { className: "rpv-print__permission-body" }, l10n && l10n.print ? l10n.print.disallowPrint : 'The document does not allow to print'),
React__namespace.createElement("div", { className: "rpv-print__permission-body" }, l10n && l10n.print
? l10n.print.disallowPrint
: 'The document does not allow to print'),
React__namespace.createElement("div", { className: "rpv-print__permission-footer" },

@@ -127,3 +129,5 @@ React__namespace.createElement(core.Button, { onClick: close }, l10n && l10n.print ? l10n.print.close : 'Close'))));

}) },
React__namespace.createElement("div", { className: "rpv-print__progress-message" }, l10n && l10n.print ? l10n.print.preparingDocument : 'Preparing document ...'),
React__namespace.createElement("div", { className: "rpv-print__progress-message" }, l10n && l10n.print
? l10n.print.preparingDocument
: 'Preparing document ...'),
React__namespace.createElement("div", { className: "rpv-print__progress-bar" },

@@ -130,0 +134,0 @@ React__namespace.createElement(core.ProgressBar, { progress: progress })),

{
"name": "@react-pdf-viewer/print",
"version": "3.2.0",
"version": "3.3.0",
"description": "A React component to view a PDF document",

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

"dependencies": {
"@react-pdf-viewer/core": "3.2.0"
"@react-pdf-viewer/core": "3.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},

@@ -52,3 +52,3 @@ "publishConfig": {

},
"gitHead": "7a8c5dc0f07735b2e1876a787657ec27040b7086"
"gitHead": "fc1c00e3802d538f2f96b6a241e995493a601f61"
}
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