New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

arktype

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arktype - npm Package Compare versions

Comparing version 2.0.0-rc.24 to 2.0.0-rc.25

1

out/index.d.ts
export { ArkError, ArkErrors, type ArkConfig, type ArkScopeConfig, type JsonSchema } from "@ark/schema";
export { Hkt, inferred } from "@ark/util";
export type { distill } from "./attributes.ts";
export * from "./config.ts";
export { Generic } from "./generic.ts";

@@ -5,0 +6,0 @@ export { ark, declare, define, generic, keywords, type, type Ark } from "./keywords/keywords.ts";

export { ArkError, ArkErrors } from "@ark/schema";
export { Hkt, inferred } from "@ark/util";
export * from "./config.js";
export { Generic } from "./generic.js";

@@ -4,0 +5,0 @@ export { ark, declare, define, generic, keywords, type } from "./keywords/keywords.js";

6

out/keywords/keywords.d.ts

@@ -39,5 +39,5 @@ import type { ArkErrors, arkKind } from "@ark/schema";

export declare namespace type {
type cast<t> = {
[inferred]?: t;
};
interface cast<to> {
[inferred]?: to;
}
type errors = ArkErrors;

@@ -44,0 +44,0 @@ /** @ts-ignore cast variance */

{
"name": "arktype",
"description": "TypeScript's 1:1 validator, optimized from editor to runtime",
"version": "2.0.0-rc.24",
"version": "2.0.0-rc.25",
"license": "MIT",

@@ -37,4 +37,4 @@ "author": {

"dependencies": {
"@ark/util": "0.24.0",
"@ark/schema": "0.24.0"
"@ark/util": "0.25.0",
"@ark/schema": "0.25.0"
},

@@ -41,0 +41,0 @@ "publishConfig": {

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