New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jupyterlab/csvviewer-extension

Package Overview
Dependencies
Maintainers
5
Versions
388
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/csvviewer-extension - npm Package Compare versions

Comparing version 0.7.1 to 0.8.0

9

lib/index.js

@@ -8,3 +8,2 @@ "use strict";

var csvviewer_1 = require("@jupyterlab/csvviewer");
var docregistry_1 = require("@jupyterlab/docregistry");
/**

@@ -20,3 +19,3 @@ * The name of the factory that creates CSV widgets.

id: 'jupyter.extensions.csv-handler',
requires: [docregistry_1.IDocumentRegistry, application_1.ILayoutRestorer],
requires: [application_1.ILayoutRestorer],
autoStart: true

@@ -31,3 +30,3 @@ };

*/
function activate(app, registry, restorer) {
function activate(app, restorer) {
var factory = new csvviewer_1.CSVViewerFactory({

@@ -42,7 +41,7 @@ name: FACTORY,

restorer.restore(tracker, {
command: 'file-operations:open',
command: 'docmanager:open',
args: function (widget) { return ({ path: widget.context.path, factory: FACTORY }); },
name: function (widget) { return widget.context.path; }
});
registry.addWidgetFactory(factory);
app.docRegistry.addWidgetFactory(factory);
factory.widgetCreated.connect(function (sender, widget) {

@@ -49,0 +48,0 @@ // Track the widget.

{
"name": "@jupyterlab/csvviewer-extension",
"version": "0.7.1",
"version": "0.8.0",
"description": "JupyterLab - CSV Widget Extension",

@@ -15,10 +15,10 @@ "main": "lib/index.js",

"dependencies": {
"@jupyterlab/application": "^0.7.0",
"@jupyterlab/apputils": "^0.7.0",
"@jupyterlab/csvviewer": "^0.7.1",
"@jupyterlab/docregistry": "^0.7.0"
"@jupyterlab/application": "^0.8.0",
"@jupyterlab/apputils": "^0.8.0",
"@jupyterlab/csvviewer": "^0.8.0",
"@jupyterlab/docregistry": "^0.8.0"
},
"devDependencies": {
"rimraf": "^2.5.2",
"typescript": "^2.2.1"
"typescript": "~2.3.1"
},

@@ -25,0 +25,0 @@ "scripts": {

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