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

@nteract/commutable

Package Overview
Dependencies
Maintainers
17
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/commutable - npm Package Compare versions

Comparing version 7.3.1 to 7.3.2

3

lib/primitives.d.ts

@@ -8,4 +8,3 @@ import * as Immutable from "immutable";

}
export interface JSONArray extends Array<JSONType> {
}
export declare type JSONArray = Array<JSONType>;
export declare type CellId = string;

@@ -12,0 +11,0 @@ export declare function createCellId(): CellId;

@@ -23,6 +23,4 @@ import { JSONObject, MultiLineString } from "./primitives";

}
export interface ExecuteResult extends MimeOutput<"pyout"> {
}
export interface DisplayData extends MimeOutput<"display_data"> {
}
export declare type ExecuteResult = MimeOutput<"pyout">;
export declare type DisplayData = MimeOutput<"display_data">;
export interface ErrorOutput {

@@ -29,0 +27,0 @@ output_type: "error" | "pyerr";

{
"name": "@nteract/commutable",
"version": "7.3.1",
"version": "7.3.2",
"description": "library for immutable notebook operations",

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

},
"gitHead": "98c1cf50d1a26cf8313bfba883703f373c3bbc85"
"gitHead": "1e2dc499ab5ae78e19b736218e5810f180330003"
}

@@ -12,3 +12,3 @@ import * as Immutable from "immutable";

}
export interface JSONArray extends Array<JSONType> {}
export type JSONArray = Array<JSONType>

@@ -15,0 +15,0 @@ export type CellId = string;

@@ -63,4 +63,4 @@ import {

export interface ExecuteResult extends MimeOutput<"pyout"> {}
export interface DisplayData extends MimeOutput<"display_data"> {}
export type ExecuteResult = MimeOutput<"pyout">
export type DisplayData = MimeOutput<"display_data">
export interface ErrorOutput {

@@ -67,0 +67,0 @@ output_type: "error" | "pyerr";

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