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.26 to 0.2.27

5

index.js

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

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

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

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

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

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

2

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

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

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