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

jupyter-js-input-area

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter-js-input-area - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/model.d.ts

4

lib/index.d.ts

@@ -1,2 +0,2 @@

export * from './InputAreaViewModel';
export * from './InputAreaWidget';
export * from './model';
export * from './widget';

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

}
__export(require('./InputAreaViewModel'));
__export(require('./InputAreaWidget'));
__export(require('./model'));
__export(require('./widget'));
//# sourceMappingURL=index.js.map
{
"name": "jupyter-js-input-area",
"version": "0.0.2",
"version": "0.0.3",
"description": "Jupyter Input Area",

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

"dependencies": {
"codemirror": "^5.9.0",
"codemirror": "^5.10.0",
"diff-match-patch": "^1.0.0",
"phosphor-messaging": "^1.0.5",
"phosphor-messaging": "^1.0.6",
"phosphor-properties": "^2.0.0",
"phosphor-signaling": "^1.2.0",
"phosphor-widget": "^1.0.0-beta.1"
"phosphor-widget": "^1.0.0-rc.0",
"phosphor-panel": "^1.0.0-rc.1",
"jupyter-js-editor": "^0.1.9"
},

@@ -36,3 +38,3 @@ "devDependencies": {

"typedoc": "^0.3.12",
"typescript": "^1.7.3"
"typescript": "^1.7.5"
},

@@ -39,0 +41,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