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

@ligangyan/react-pdf

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ligangyan/react-pdf - npm Package Compare versions

Comparing version 9.1.5-SNAPSHOT to 9.1.6

6

dist/cjs/Document.js

@@ -321,5 +321,5 @@ "use strict";

// console.log('highlight:', highlight);
(0, react_1.useEffect)(() => {
console.log('highlight in useEffect:', highlight);
}, [highlight]);
// useEffect(() => {
// console.log('highlight in useEffect:', highlight);
// }, [highlight]);
const eventProps = (0, react_1.useMemo)(() => (0, make_event_props_1.default)(otherProps, () => pdf),

@@ -326,0 +326,0 @@ // biome-ignore lint/correctness/useExhaustiveDependencies: FIXME

@@ -293,5 +293,5 @@ 'use client';

// console.log('highlight:', highlight);
useEffect(() => {
console.log('highlight in useEffect:', highlight);
}, [highlight]);
// useEffect(() => {
// console.log('highlight in useEffect:', highlight);
// }, [highlight]);
const eventProps = useMemo(() => makeEventProps(otherProps, () => pdf),

@@ -298,0 +298,0 @@ // biome-ignore lint/correctness/useExhaustiveDependencies: FIXME

{
"name": "@ligangyan/react-pdf",
"version": "9.1.5-SNAPSHOT",
"version": "9.1.6",
"description": "Display PDFs in your React app as easily as if they were images.",

@@ -5,0 +5,0 @@ "type": "module",

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