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.2.57 to 0.2.58

index.js

5

lib/index.d.ts

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

/**
* @module keys
*/
export declare const URL_FULL: string;

@@ -85,2 +82,3 @@ export declare const URL_PATH: string;

export declare const $$_ROOT: string;
export declare const $$_CMDS: string;
export declare const $$: {

@@ -91,3 +89,4 @@ PATH: string;

ROOT: string;
CMDS: string;
};
export declare const $$_DEFAULT: Object;

23

lib/index.js

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

/**
* @module keys
*/
export const URL_FULL = "URL";

@@ -14,3 +11,2 @@ export const URL_PATH = "URL_path";

export const URL_NPRS = "unparse";
// public
export const URL = {

@@ -28,7 +24,5 @@ FULL: URL_FULL,

};
// userland router metadata constants
export const DOM_NODE = "NODE";
export const DOM_BODY = "BODY";
export const DOM_HEAD = "HEAD";
// public
export const DOM = {

@@ -39,6 +33,4 @@ NODE: DOM_NODE,

};
// set$$tate constants
export const STATE_PATH = "PATH";
export const STATE_DATA = "DATA";
// public
export const STATE = {

@@ -48,3 +40,2 @@ PATH: STATE_PATH,

};
// state setting Command constants
export const CMD_SUB$ = "sub$";

@@ -56,3 +47,2 @@ export const CMD_ARGS = "args";

export const CMD_SRC$ = "src$";
// public
export const CMD = {

@@ -66,3 +56,2 @@ SUB$: CMD_SUB$,

};
// boot config constants
export const CFG_RUN$ = "run";

@@ -76,3 +65,2 @@ export const CFG_STOR = "state";

export const CFG_KICK = "kick";
// public
export const CFG = {

@@ -88,7 +76,5 @@ RUN$: CFG_RUN$,

};
// ROUTER
export const ROUTER_PREP = "prep";
export const ROUTER_POST = "post";
export const ROUTER_PRFX = "prefix";
// public
export const ROUTER = {

@@ -100,3 +86,2 @@ PREP: ROUTER_PREP,

};
// Global state keys/constants
export const $$_PATH = "_ROUTE_PATH";

@@ -106,3 +91,3 @@ export const $$_LOAD = "_ROUTE_LOADING";

export const $$_ROOT = "_ROOT";
// public
export const $$_CMDS = "_COMMANDS";
export const $$ = {

@@ -112,3 +97,4 @@ PATH: $$_PATH,

VIEW: $$_VIEW,
ROOT: $$_ROOT
ROOT: $$_ROOT,
CMDS: $$_CMDS
};

@@ -119,3 +105,4 @@ export const $$_DEFAULT = {

[$$_VIEW]: null,
[$$_ROOT]: null
[$$_ROOT]: null,
[$$_CMDS]: null
};

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

"license": "MIT",
"version": "0.2.57",
"version": "0.2.58",
"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