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

@jupyterlab/pdf-extension

Package Overview
Dependencies
Maintainers
0
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/pdf-extension - npm Package Compare versions

Comparing version 4.3.0-alpha.0 to 4.3.0-alpha.1

2

lib/index.js

@@ -27,2 +27,4 @@ // Copyright (c) Jupyter Development Team.

const iframe = document.createElement('iframe');
// Sets iframe loading to lazy
iframe.setAttribute('loading', 'lazy');
this.node.appendChild(iframe);

@@ -29,0 +31,0 @@ // The iframe content window is not available until the onload event.

4

package.json
{
"name": "@jupyterlab/pdf-extension",
"version": "4.3.0-alpha.0",
"version": "4.3.0-alpha.1",
"description": "JupyterLab - PDF Viewer",

@@ -39,3 +39,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.0",
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.1",
"@lumino/coreutils": "^2.1.2",

@@ -42,0 +42,0 @@ "@lumino/disposable": "^2.1.2",

@@ -28,2 +28,4 @@ // Copyright (c) Jupyter Development Team.

const iframe = document.createElement('iframe');
// Sets iframe loading to lazy
iframe.setAttribute('loading', 'lazy');
this.node.appendChild(iframe);

@@ -30,0 +32,0 @@ // The iframe content window is not available until the onload event.

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