Socket
Socket
Sign inDemoInstall

@ark/util

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ark/util - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

out/errors.d.ts

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

import type { id } from "./generics.js";
export declare class InternalArktypeError extends Error {

@@ -11,2 +12,7 @@ }

export type ErrorMessage<message extends string = string> = `${message}${ZeroWidthSpace}`;
export interface ErrorType<message extends string = string, ctx extends {} = {}> {
[id]: "ErrorObject";
message: message;
ctx: ctx;
}
export type Completion<text extends string = string> = `${text}${ZeroWidthSpace}${ZeroWidthSpace}`;

3

out/generics.d.ts

@@ -44,5 +44,2 @@ import type { Primitive } from "./domain.js";

};
export type keyError<message extends string> = ErrorMessage<message> & {
[id]: "KeyError";
};
export type satisfy<base, t extends base> = t;

@@ -49,0 +46,0 @@ export type defined<t> = t & ({} | null);

import type { PartialRecord } from "./records.js";
export declare const arkUtilVersion = "0.1.1";
export declare const arkUtilVersion = "0.1.2";
export declare const initialRegistryContents: {

@@ -4,0 +4,0 @@ version: string;

@@ -8,3 +8,3 @@ import { domainOf } from "./domain.js";

// For now, we assert this matches the package.json version via a unit test.
export const arkUtilVersion = "0.1.1";
export const arkUtilVersion = "0.1.2";
export const initialRegistryContents = {

@@ -11,0 +11,0 @@ version: arkUtilVersion,

{
"name": "@ark/util",
"version": "0.1.1",
"version": "0.1.2",
"author": {

@@ -5,0 +5,0 @@ "name": "David Blass",

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