@jupyterlab/coreutils
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -8,2 +8,3 @@ export * from './activitymonitor'; | ||
export * from './observablevector'; | ||
export * from './pageconfig'; | ||
export * from './path'; | ||
@@ -10,0 +11,0 @@ export * from './time'; |
@@ -14,2 +14,3 @@ "use strict"; | ||
__export(require("./observablevector")); | ||
__export(require("./pageconfig")); | ||
__export(require("./path")); | ||
@@ -16,0 +17,0 @@ __export(require("./time")); |
{ | ||
"name": "@jupyterlab/coreutils", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "JupyterLab - Core Utilities", | ||
@@ -15,7 +15,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phosphor/algorithm": "^1.0.0", | ||
"@phosphor/coreutils": "^1.0.0", | ||
"@phosphor/disposable": "^1.0.0", | ||
"@phosphor/messaging": "^1.0.0", | ||
"@phosphor/signaling": "^1.0.0", | ||
"@phosphor/algorithm": "^1.1.0", | ||
"@phosphor/coreutils": "^1.1.0", | ||
"@phosphor/disposable": "^1.1.0", | ||
"@phosphor/messaging": "^1.2.0", | ||
"@phosphor/signaling": "^1.2.0", | ||
"moment": "^2.17.1", | ||
@@ -22,0 +22,0 @@ "path-posix": "^1.0.0", |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
136083
33
4746
1
Updated@phosphor/algorithm@^1.1.0
Updated@phosphor/coreutils@^1.1.0
Updated@phosphor/disposable@^1.1.0
Updated@phosphor/messaging@^1.2.0
Updated@phosphor/signaling@^1.2.0