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

@jupyterlab/pdf-extension

Package Overview
Dependencies
Maintainers
14
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 0.9.4 to 0.10.1-alpha.0

LICENSE

0

lib/index.d.ts

@@ -0,0 +0,0 @@ import { Widget } from '@phosphor/widgets';

@@ -0,0 +0,0 @@ "use strict";

15

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

@@ -27,9 +27,10 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"scripts": {
"build": "tsc",
"build": "tsc -b src",
"clean": "rimraf lib",
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
"prepublishOnly": "npm run build",
"watch": "tsc -w --listEmittedFiles"
"watch": "tsc -b src --watch"
},
"dependencies": {
"@jupyterlab/rendermime-interfaces": "^1.1.7",
"@jupyterlab/rendermime-interfaces": "^1.2.1-alpha.0",
"@phosphor/widgets": "^1.6.0"

@@ -39,7 +40,9 @@ },

"rimraf": "~2.6.2",
"typescript": "~2.9.2"
"typedoc": "~0.12.0",
"typescript": "~3.1.1"
},
"jupyterlab": {
"mimeExtension": true
}
},
"gitHead": "9d6193d318872a4a3600ee96fe6f3996312ffe07"
}
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