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

ng2-pdfjs-viewer

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-pdfjs-viewer - npm Package Compare versions

Comparing version 0.2.25 to 0.2.26

1

index.js

@@ -65,2 +65,3 @@ import { Component, Input, NgModule, ViewChild } from '@angular/core';

}
console.log("Status of window - " + this.viewerTab.closed);
if (this.externalWindow && typeof this.viewerTab === 'undefined') {

@@ -67,0 +68,0 @@ this.viewerTab = window.open('', '_blank');

@@ -68,2 +68,3 @@ (function (global, factory) {

}
console.log("Status of window - " + this.viewerTab.closed);
if (this.externalWindow && typeof this.viewerTab === 'undefined') {

@@ -70,0 +71,0 @@ this.viewerTab = window.open('', '_blank');

2

package.json
{
"name": "ng2-pdfjs-viewer",
"version": "0.2.25",
"version": "0.2.26",
"repository": {

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

@@ -17,3 +17,3 @@ # Angular 2+ PDFJS viewer with Mozilla's ViewerJS

### Embed pdf into any angular component/page
<img src="/sampledoc/viewerImageEmbedded.jpg" alt="angular2+ pdfjs viewer embedded"/>
<img src="/sampledoc/viewerImageEmbedded2.jpg" alt="angular2+ pdfjs viewer embedded"/>

@@ -20,0 +20,0 @@ ## Installation

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