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

@nteract/types

Package Overview
Dependencies
Maintainers
16
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/types - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

2

lib/entities/contents/notebook.d.ts

@@ -49,3 +49,3 @@ import { CellId, ImmutableCell, ImmutableNotebook } from "@nteract/commutable";

cellPagers: any;
cellPrompts: Immutable.Map<CellId, InputRequestMessage>;
cellPrompts: Immutable.Map<CellId, Immutable.List<InputRequestMessage>>;
editorFocused?: CellId | null;

@@ -52,0 +52,0 @@ cellFocused?: CellId | null;

{
"name": "@nteract/types",
"version": "4.4.0",
"version": "4.4.1",
"description": "A collection of type definitions used within core nteract packages",

@@ -21,3 +21,3 @@ "main": "lib/index.js",

},
"gitHead": "81f0f5c66e0b9ab194719cb0c09eaf7329cd623c"
"gitHead": "d95126b9a2cce5f74a989bab3665b269a16b0e41"
}

@@ -65,3 +65,3 @@ // Vendor modules

cellPagers: any;
cellPrompts: Immutable.Map<CellId, InputRequestMessage>;
cellPrompts: Immutable.Map<CellId, Immutable.List<InputRequestMessage>>;
editorFocused?: CellId | null;

@@ -68,0 +68,0 @@ cellFocused?: CellId | null;

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