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

@jupyterlab/pdf-extension

Package Overview
Dependencies
Maintainers
16
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 1.0.0-alpha.9 to 1.0.0-alpha.10

style/base.css

1

lib/index.d.ts
import { IRenderMime } from '@jupyterlab/rendermime-interfaces';
import { Widget } from '@phosphor/widgets';
import '../style/index.css';
/**

@@ -5,0 +4,0 @@ * A class for rendering a PDF document.

@@ -6,3 +6,2 @@ // Copyright (c) Jupyter Development Team.

import { Widget } from '@phosphor/widgets';
import '../style/index.css';
/**

@@ -9,0 +8,0 @@ * The MIME type for PDF.

{
"name": "@jupyterlab/pdf-extension",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "JupyterLab - PDF Viewer",

@@ -21,4 +21,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

],
"sideEffects": [
"style/*.css"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"directories": {

@@ -35,3 +39,3 @@ "lib": "lib/"

"dependencies": {
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.9",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.10",
"@phosphor/coreutils": "^1.3.0",

@@ -52,3 +56,3 @@ "@phosphor/disposable": "^1.1.2",

},
"gitHead": "3ae93547a9b04453f82bbd883931ac1866f2a08b"
"gitHead": "3fc4a1cb40fe30e45ab696c4925a307aed5210a5"
}

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