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

@nteract/actions

Package Overview
Dependencies
Maintainers
16
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/actions - npm Package Compare versions

Comparing version 2.7.2 to 2.7.3

3

lib/actions/cells.d.ts

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { CellId, CellType } from "@nteract/commutable";

@@ -5,0 +2,0 @@ import { ContentRef, KernelRef } from "@nteract/types";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { ContentRef, KernelRef, KernelspecInfo } from "@nteract/types";

@@ -5,0 +2,0 @@ import { contents } from "rx-jupyter";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { BookstoreDataModel } from "@nteract/types";

@@ -5,0 +2,0 @@ import * as actionTypes from "../actionTypes";

"use strict";
/**
* @module actions
*/
var __importStar = (this && this.__importStar) || function (mod) {

@@ -6,0 +3,0 @@ if (mod && mod.__esModule) return mod;

@@ -1,6 +0,3 @@

/**
* @module actions
*/
import { CellId, JSONObject, MediaBundle, OnDiskOutput } from "@nteract/commutable";
import { ContentRef, HeaderDataProps, KernelRef, LanguageInfoMetadata, PayloadMessage } from "@nteract/types";
import { ContentRef, HeaderDataProps, HostRecord, KernelRef, LanguageInfoMetadata, PayloadMessage } from "@nteract/types";
import * as actionTypes from "../actionTypes";

@@ -25,10 +22,3 @@ export * from "./cells";

hostRef: string;
host: {
id?: string | null | undefined;
type: "jupyter" | "local";
defaultKernelName: string;
token?: string | null | undefined;
serverUrl?: string | undefined;
crossDomain?: boolean | null | undefined;
};
host: HostRecord;
}) => {

@@ -38,10 +28,3 @@ type: string;

hostRef: string;
host: {
id?: string | null | undefined;
type: "jupyter" | "local";
defaultKernelName: string;
token?: string | null | undefined;
serverUrl?: string | undefined;
crossDomain?: boolean | null | undefined;
};
host: HostRecord;
};

@@ -48,0 +31,0 @@ };

"use strict";
/**
* @module actions
*/
function __export(m) {

@@ -6,0 +3,0 @@ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { ContentRef, KernelInfo, KernelRef, LocalKernelProps, RemoteKernelProps } from "@nteract/types";

@@ -5,0 +2,0 @@ import { ExecuteRequest } from "@nteract/messaging";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { ContentRef, KernelspecProps } from "@nteract/types";

@@ -5,0 +2,0 @@ import * as actionTypes from "../actionTypes";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { CellId, CellType, JSONObject } from "@nteract/commutable";

@@ -5,0 +2,0 @@ import { ContentRef } from "@nteract/types";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { ContentRef, KernelRef, KernelspecInfo } from "@nteract/types";

@@ -5,0 +2,0 @@ export declare const TOGGLE_HEADER_EDITOR = "CORE/TOGGLE_HEADER_EDITOR";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { BookstoreDataModel, ContentRef } from "@nteract/types";

@@ -5,0 +2,0 @@ export declare const PUBLISH_TO_BOOKSTORE = "CORE/PUBLISH_TO_BOOKSTORE";

"use strict";
/**
* @module actions
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,0 +3,0 @@ exports.PUBLISH_TO_BOOKSTORE = "CORE/PUBLISH_TO_BOOKSTORE";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { CellId, JSONObject, MediaBundle, OnDiskOutput } from "@nteract/commutable";

@@ -5,0 +2,0 @@ import { ContentRef, HeaderDataProps, HostRef, KernelRef, PayloadMessage } from "@nteract/types";

"use strict";
/**
* @module actions
*/
function __export(m) {

@@ -6,0 +3,0 @@ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { CellId } from "@nteract/commutable";

@@ -5,0 +2,0 @@ import { ExecuteRequest } from "@nteract/messaging";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { ContentRef, HostRef, KernelspecInfo, KernelspecProps, KernelspecsRef } from "@nteract/types";

@@ -5,0 +2,0 @@ export declare const FETCH_KERNELSPECS = "CORE/FETCH_KERNELSPECS";

@@ -1,5 +0,2 @@

/**
* @module actions
*/
export * from "./actions/index";
export * from "./actionTypes/index";
"use strict";
/**
* @module actions
*/
function __export(m) {

@@ -6,0 +3,0 @@ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];

12

package.json
{
"name": "@nteract/actions",
"version": "2.7.2",
"version": "2.7.3",
"description": "A collection of actions",

@@ -16,9 +16,9 @@ "main": "lib/index.js",

"dependencies": {
"@nteract/commutable": "^7.1.3",
"@nteract/messaging": "^6.1.2",
"@nteract/types": "^4.3.2",
"@nteract/commutable": "^7.1.4",
"@nteract/messaging": "^6.1.3",
"@nteract/types": "^4.4.0",
"immutable": "^4.0.0-rc.12",
"rx-jupyter": "^5.3.2"
"rx-jupyter": "^5.3.3"
},
"gitHead": "1c68a935dceeeae515f9decc81c6194798a86164"
"gitHead": "81f0f5c66e0b9ab194719cb0c09eaf7329cd623c"
}

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { CellId, CellType } from "@nteract/commutable";

@@ -5,0 +2,0 @@ import { ContentRef, KernelRef } from "@nteract/types";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
// Vendor modules

@@ -5,0 +2,0 @@ import { ContentRef, KernelRef, KernelspecInfo } from "@nteract/types";

@@ -1,5 +0,1 @@

/**
* @module actions
*/
// Vendor modules

@@ -6,0 +2,0 @@ import { BookstoreDataModel, ContentRef } from "@nteract/types";

@@ -1,5 +0,1 @@

/**
* @module actions
*/
// Vendor modules

@@ -15,3 +11,3 @@ import {

HeaderDataProps,
HostId,
HostRecord,
HostRef,

@@ -41,13 +37,3 @@ KernelRef,

export const addHost = (payload: {
hostRef: HostRef;
host: {
id?: HostId | null;
type: "jupyter" | "local";
defaultKernelName: string;
token?: string | null;
serverUrl?: string;
crossDomain?: boolean | null;
};
}) => ({
export const addHost = (payload: { hostRef: HostRef; host: HostRecord }) => ({
type: actionTypes.ADD_HOST,

@@ -54,0 +40,0 @@ payload

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import {

@@ -5,0 +2,0 @@ ContentRef,

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import {

@@ -5,0 +2,0 @@ ContentRef,

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { CellId, CellType, JSONObject } from "@nteract/commutable";

@@ -5,0 +2,0 @@ import { ContentRef } from "@nteract/types";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { ContentRef, KernelRef, KernelspecInfo } from "@nteract/types";

@@ -5,0 +2,0 @@

@@ -1,5 +0,1 @@

/**
* @module actions
*/
// Vendor modules

@@ -6,0 +2,0 @@ import { BookstoreDataModel, ContentRef } from "@nteract/types";

@@ -1,5 +0,1 @@

/**
* @module actions
*/
// Vendor modules

@@ -6,0 +2,0 @@ import {

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import { CellId } from "@nteract/commutable";

@@ -5,0 +2,0 @@ import { ExecuteRequest } from "@nteract/messaging";

@@ -1,4 +0,1 @@

/**
* @module actions
*/
import {

@@ -5,0 +2,0 @@ ContentRef,

@@ -1,6 +0,2 @@

/**
* @module actions
*/
export * from "./actions/index";
export * from "./actionTypes/index";
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