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.38 to 0.3.39

14

lib/api.d.ts

@@ -25,8 +25,8 @@ import { ISubscribable, ISubscriber, PubSub } from "@thi.ng/rstream";

declare const PURL: {
fURL: string;
path: string[];
domn: string[];
subd: string[];
qery: Record<string, unknown>;
hash: string;
FURL: string;
PATH: string[];
DOMN: string[];
SUBD: string[];
QERY: Record<string, unknown>;
HASH: string;
};

@@ -89,3 +89,3 @@ export declare type ParsedURL = Partial<typeof PURL>;

declare const RI: {
fURL: string;
FURL: string;
NODE: Document | HTMLElement;

@@ -92,0 +92,0 @@ };

export declare const URL_PAGE = "PAGE";
export declare const URL_DATA = "DATA";
export declare const URL_FULL = "fURL";
export declare const URL_PATH = "path";
export declare const URL_DOMN = "domn";
export declare const URL_SUBD = "subd";
export declare const URL_QERY = "qery";
export declare const URL_HASH = "hash";
export declare const URL_FULL = "FURL";
export declare const URL_PATH = "PATH";
export declare const URL_DOMN = "DOMN";
export declare const URL_SUBD = "SUBD";
export declare const URL_QERY = "QERY";
export declare const URL_HASH = "HASH";
export declare const URL_PRSE = "unfurl";

@@ -10,0 +10,0 @@ export declare const URL_NPRS = "urlify";

export const URL_PAGE = "PAGE";
export const URL_DATA = "DATA";
export const URL_FULL = "fURL";
export const URL_PATH = "path";
export const URL_DOMN = "domn";
export const URL_SUBD = "subd";
export const URL_QERY = "qery";
export const URL_HASH = "hash";
export const URL_FULL = "FURL";
export const URL_PATH = "PATH";
export const URL_DOMN = "DOMN";
export const URL_SUBD = "SUBD";
export const URL_QERY = "QERY";
export const URL_HASH = "HASH";
export const URL_PRSE = "unfurl";

@@ -10,0 +10,0 @@ export const URL_NPRS = "urlify";

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

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

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

"patch": "npm version patch && npm publish",
"postgit": "git push origin master && npm run patch",
"postgit": "git push origin master",
"ncu": "ncu -u && npm i && npm audit fix",

@@ -20,0 +20,0 @@ "git": "git add . && git commit -m"

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