🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@nteract/stateful-components

Package Overview
Dependencies
Maintainers
18
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/stateful-components - npm Package Compare versions

Comparing version

to
1.7.15

2

lib/inputs/connected-editors/monacoEditor.d.ts

@@ -13,3 +13,3 @@ import { ContentRef } from "@nteract/core";

}
declare const _default: import("react-redux").ConnectedComponent<typeof monaco.default, Pick<monaco.IMonacoProps, "contentRef" | "id" | "onChange" | "value" | "editorFocused" | "editorType" | "channels" | "onFocusChange" | "readOnly" | "modelUri" | "onCursorPositionChange" | "onRegisterDocumentFormattingEditProvider" | "enableFormatting" | "onRegisterCompletionProvider" | "numberOfLines" | "shortcutsOptions" | "shortcutsHandler" | "cursorPositionHandler" | "commandHandler" | "onDidCreateEditor"> & ComponentProps>;
declare const _default: import("react-redux").ConnectedComponent<typeof monaco.default, Pick<monaco.IMonacoProps, "contentRef" | "id" | "onChange" | "value" | "editorFocused" | "editorType" | "channels" | "onFocusChange" | "readOnly" | "modelUri" | "onCursorPositionChange" | "onRegisterDocumentFormattingEditProvider" | "enableFormatting" | "onRegisterCompletionProvider" | "batchLayoutChanges" | "shouldUpdateLayoutWhenNotFocused" | "skipLayoutWhenNotInViewport" | "skipLayoutWhenHidden" | "autoFitContentHeight" | "maxContentHeight" | "initialDimension" | "numberOfLines" | "shortcutsOptions" | "shortcutsHandler" | "cursorPositionHandler" | "commandHandler" | "onDidCreateEditor"> & ComponentProps>;
export default _default;

@@ -15,3 +15,3 @@ "use strict";

const { pagers } = this.props;
return (react_1.default.createElement("div", { className: "nteract-cell-pagers" }, pagers.map(pager => (react_1.default.createElement(outputs_1.RichMedia, { data: pager.data, metadata: pager.metadata }, react_1.default.Children.map(this.props.children, child => {
return (react_1.default.createElement("div", { className: "nteract-cell-pagers" }, pagers.map(pager => (react_1.default.createElement(outputs_1.RichMedia, { data: pager, metadata: {} }, react_1.default.Children.map(this.props.children, child => {
if (typeof child === "string" ||

@@ -18,0 +18,0 @@ typeof child === "number" ||

{
"name": "@nteract/stateful-components",
"version": "1.7.14",
"version": "1.7.15",
"description": "A collection of sub-components pre-connected to nteract's Redux state",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet