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.7.1-legacy to 1.0.0-legacy

dist/es2020/base.d.ts

13

package.json
{
"name": "document-viewer-ts",
"version": "0.7.1-legacy",
"version": "1.0.0-legacy",
"description": "PDF and MS Doc viewer written in TypeScript for React and vanilla JavaScript",
"main": "dist/lib/index.js",
"module": "dist/es2015/index.js",
"types": "dist/es2015/index.d.ts",
"module": "dist/es2020/index.js",
"types": "dist/es2020/index.d.ts",
"engines": {

@@ -16,5 +16,4 @@ "node": ">=18.15.0"

"scripts": {
"build": "npm run build-es2015 && npm run build-cjs",
"build-cjs": "tsc -p tsconfig.commonjs.json",
"build-es2015": "tsc -p tsconfig.json",
"build": "npm run build-es2020",
"build-es2020": "tsc -p tsconfig.json",
"build-example": "npm run build && tsc -p tsconfig.example.json && webpack",

@@ -72,3 +71,3 @@ "clean": "rimraf ./dist ./build",

"express": "^4.18.3",
"pdfjs-dist": "3.11.174",
"pdfjs-dist": "4.3.136",
"process": "~0.11.10",

@@ -75,0 +74,0 @@ "react": "^16.9.0",

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