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

@-0/keys

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@-0/keys - npm Package Compare versions

Comparing version 0.3.34 to 0.3.35

9

lib/api.d.ts
import { ISubscribable, ISubscriber, PubSub } from "@thi.ng/rstream";
export declare type Accumulator = Record<string, unknown>;
declare const ICO: {
args: any;
sub$: string;
reso: (acc: Accumulator, res: any) => any;
erro: (acc: Accumulator, err: Error, out$: PubSub<unknown, unknown, any>) => any;
[x: string]: string | ((acc: Accumulator, err: Error, out$: PubSub<unknown, unknown, any>) => any);
};

@@ -13,6 +10,2 @@ export declare type ICommandObject = Partial<typeof ICO>;

src$: ISubscribable<any> | ISubscriber<any>;
args: any;
sub$: string;
reso: (acc: Accumulator, res: any) => any;
erro: (acc: Accumulator, err: Error, out$: PubSub<unknown, unknown, any>) => any;
};

@@ -19,0 +12,0 @@ export declare type ICommand = Partial<typeof IC>;

10

lib/api.js

@@ -1,7 +0,7 @@

import { CMD_ARGS, CMD_SRC$, CMD_ERRO, CMD_RESO, CMD_SUB$, CMD_WORK, URL_FULL, URL_PATH, URL_DOMN, URL_SUBD, URL_QERY, URL_HASH, DOM_NODE, DOM_BODY, DOM_HEAD, HD_TITL, HD_DESC, HD_IMGU, HD_IMGW, HD_IMGH, HD_ICON, HD_TYPE, URL_DATA, URL_PAGE, RTR_PREP, RTR_PRFX, RTR_POST, CFG_RUTR, $$_PATH, $$_LOAD, $$_VIEW, $$_ROOT, } from "./constants";
import { CMD, CMD_SRC$, CMD_WORK, URL_FULL, URL_PATH, URL_DOMN, URL_SUBD, URL_QERY, URL_HASH, DOM_NODE, DOM_BODY, DOM_HEAD, HD_TITL, HD_DESC, HD_IMGU, HD_IMGW, HD_IMGH, HD_ICON, HD_TYPE, URL_DATA, URL_PAGE, RTR_PREP, RTR_PRFX, RTR_POST, CFG_RUTR, $$_PATH, $$_LOAD, $$_VIEW, $$_ROOT, } from "./constants";
const ICO = {
[CMD_ARGS]: null,
[CMD_SUB$]: "",
[CMD_RESO]: (acc, res) => null,
[CMD_ERRO]: (acc, err, out$) => null,
[CMD.ARGS]: null,
[CMD.SUB$]: "",
[CMD.RESO]: (acc, res) => null,
[CMD.ERRO]: (acc, err, out$) => null,
};

@@ -8,0 +8,0 @@ const IC = Object.assign(Object.assign({}, ICO), { [CMD_WORK]: args => null, [CMD_SRC$]: null });

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.3.34",
"version": "0.3.35",
"description": "keys/constants for the `-0` org/framework built on @thi.ng/umbrella ecosystem",

@@ -8,0 +8,0 @@ "main": "./lib/index.js",

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