Socket
Socket
Sign inDemoInstall

gcli-store

Package Overview
Dependencies
34
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.61 to 0.0.62

3

esm/index.d.ts

@@ -8,3 +8,4 @@ export { initialState } from './initialState';

export { select, call, fork } from './utils/select';
export type { Json, IAppState, Entity, IPackages, IProjects, IPackage, IProject, IAl, IRecent, IQuickAction, ILog, IScript, CommandFlavour, CommandType, ICommand, ICommandMeta, ICommandParam, ICommandRequest, IDialog, IDialogs, IEnv, IGroup, ILocation, IShellCommand, } from './types';
export type { Json, IAppState, Entity, IPackages, IProjects, IPackage, IProject, IAl, IRecent, IQuickAction, ILog, IScript, ICommand, ICommandMeta, ICommandParam, ICommandRequest, IDialog, IDialogs, IEnv, IGroup, ILocation, IShellCommand, } from './types';
export { CommandFlavour, CommandType } from './types';
export { initEnv } from './env';

@@ -8,2 +8,3 @@ export { initialState } from './initialState';

export { select, call, fork } from './utils/select';
export { CommandFlavour, CommandType } from './types';
export { initEnv } from './env';

@@ -8,3 +8,4 @@ export { initialState } from './initialState';

export { select, call, fork } from './utils/select';
export type { Json, IAppState, Entity, IPackages, IProjects, IPackage, IProject, IAl, IRecent, IQuickAction, ILog, IScript, CommandFlavour, CommandType, ICommand, ICommandMeta, ICommandParam, ICommandRequest, IDialog, IDialogs, IEnv, IGroup, ILocation, IShellCommand, } from './types';
export type { Json, IAppState, Entity, IPackages, IProjects, IPackage, IProject, IAl, IRecent, IQuickAction, ILog, IScript, ICommand, ICommandMeta, ICommandParam, ICommandRequest, IDialog, IDialogs, IEnv, IGroup, ILocation, IShellCommand, } from './types';
export { CommandFlavour, CommandType } from './types';
export { initEnv } from './env';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initEnv = exports.fork = exports.call = exports.select = exports.formatTime = exports.formatDuration = exports.formatDate = exports.ts = exports.setLatency = exports.selectors = exports.generateClientStore = exports.generateServerStore = exports.actions = exports.initialState = void 0;
exports.initEnv = exports.CommandType = exports.CommandFlavour = exports.fork = exports.call = exports.select = exports.formatTime = exports.formatDuration = exports.formatDate = exports.ts = exports.setLatency = exports.selectors = exports.generateClientStore = exports.generateServerStore = exports.actions = exports.initialState = void 0;
var initialState_1 = require("./initialState");

@@ -24,3 +24,6 @@ Object.defineProperty(exports, "initialState", { enumerable: true, get: function () { return initialState_1.initialState; } });

Object.defineProperty(exports, "fork", { enumerable: true, get: function () { return select_1.fork; } });
var types_1 = require("./types");
Object.defineProperty(exports, "CommandFlavour", { enumerable: true, get: function () { return types_1.CommandFlavour; } });
Object.defineProperty(exports, "CommandType", { enumerable: true, get: function () { return types_1.CommandType; } });
var env_1 = require("./env");
Object.defineProperty(exports, "initEnv", { enumerable: true, get: function () { return env_1.initEnv; } });
{
"name": "gcli-store",
"version": "0.0.61",
"version": "0.0.62",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "module": "esm/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc