jupyter-js-input-area
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17273
8
370
1
+ Addedjupyter-js-editor@^0.1.9
+ Addedphosphor-panel@^1.0.0-rc.1
+ Addedjupyter-js-editor@0.1.11(transitive)
+ Addedphosphor-arrays@1.0.6(transitive)
+ Addedphosphor-panel@1.0.0-rc.1(transitive)
Updatedcodemirror@^5.10.0
Updatedphosphor-messaging@^1.0.6
Updatedphosphor-widget@^1.0.0-rc.0