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

@elyra/application

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elyra/application - npm Package Compare versions

Comparing version 0.10.0-dev to 0.10.0

3

lib/submission.js

@@ -128,3 +128,4 @@ /*

React.createElement("br", null),
React.createElement("div", { className: this.state.expanded ? ERROR_DETAILS_VISIBLE : ERROR_DETAILS_HIDDEN }, this.props.traceback))) : null;
React.createElement("div", { className: this.state.expanded ? ERROR_DETAILS_VISIBLE : ERROR_DETAILS_HIDDEN },
React.createElement("pre", null, this.props.traceback)))) : null;
return (React.createElement("div", { className: MESSAGE_DISPLAY },

@@ -131,0 +132,0 @@ this.props.message,

{
"name": "@elyra/application",
"version": "0.10.0-dev",
"version": "0.10.0",
"description": "JupyterLab - Widgets and utilities for use in elyra",

@@ -28,4 +28,4 @@ "keywords": [

"dist": "npm pack .",
"clean": "rimraf lib && rimraf node_modules && rimraf yarn.lock && rimraf yarn-error.log && rimraf tsconfig.tsbuildinfo",
"prepare": "npm run clean && npm run build",
"clean": "rimraf lib",
"prepare": "npm run build",
"watch": "tsc -w"

@@ -40,3 +40,3 @@ },

},
"gitHead": "bf945f31f60a3eca270c3c2f39ee177fa67bdd8e"
"gitHead": "2edb0d82d353019b05c9effedb84191f3e979d97"
}

Sorry, the diff of this file is not supported yet

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