Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

document-viewer-ts

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

document-viewer-ts - npm Package Compare versions

Comparing version 0.6.0-legacy to 0.6.1-legacy

1

dist/es2015/base.js

@@ -65,2 +65,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const pageDiv = document.createElement('div');
pageDiv.className = 'page-label';
const outOfDiv = document.createElement('div');

@@ -67,0 +68,0 @@ const pageCountDiv = document.createElement('div');

@@ -68,2 +68,3 @@ "use strict";

const pageDiv = document.createElement('div');
pageDiv.className = 'page-label';
const outOfDiv = document.createElement('div');

@@ -70,0 +71,0 @@ const pageCountDiv = document.createElement('div');

2

package.json
{
"name": "document-viewer-ts",
"version": "0.6.0-legacy",
"version": "0.6.1-legacy",
"description": "PDF and MS Doc viewer written in TypeScript for React and vanilla JavaScript",

@@ -5,0 +5,0 @@ "main": "dist/lib/index.js",

@@ -10,3 +10,3 @@

### Installation
Requires peer dependency `pdfjs-dist` at version `2.14.0` or higher:
Requires peer dependency `pdfjs-dist`:

@@ -13,0 +13,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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