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

@unriddle-ai/lector

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unriddle-ai/lector - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

4

dist/_tsup-dts-rollup.d.ts

@@ -114,3 +114,3 @@ import { ComponentPropsWithoutRef } from 'react';

export declare const Pages: ({ children, gap, virtualizerOptions, ...props }: HTMLProps<HTMLDivElement> & {
export declare const Pages: ({ children, gap, virtualizerOptions, initialOffset, onOffsetChange, ...props }: HTMLProps<HTMLDivElement> & {
virtualizerOptions?: {

@@ -121,2 +121,4 @@ overscan?: number;

children: ReactElement;
initialOffset?: number;
onOffsetChange?: (offset: number) => void;
}) => JSX.Element;

@@ -123,0 +125,0 @@

{
"name": "@unriddle-ai/lector",
"version": "1.4.2",
"version": "1.5.0",
"description": "Headless PDF viewer for React",

@@ -5,0 +5,0 @@ "author": "andrewdr (https://github.com/andrewdoro)",

Sorry, the diff of this file is too big to display

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