Socket
Socket
Sign inDemoInstall

@arktype/attest

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arktype/attest - npm Package Compare versions

Comparing version 0.16.0 to 0.17.0

4

out/assert/chainableAssertions.d.ts
import { snapshot, type Constructor } from "@ark/util";
import { type validateTypeRoot } from "arktype";
import { type } from "arktype";
import type { Completions } from "../cache/writeAssertionCache.ts";

@@ -54,3 +54,3 @@ import type { AssertionContext } from "./attest.ts";

completions: (value?: Completions) => void;
satisfies: <def>(def: validateTypeRoot<def>) => nextAssertions<kind>;
satisfies: <def>(def: type.validate<def>) => nextAssertions<kind>;
unknown: Omit<comparableValueAssertion<unknown, kind>, "unknown">;

@@ -57,0 +57,0 @@ };

{
"name": "@arktype/attest",
"version": "0.16.0",
"version": "0.17.0",
"author": {

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

"@prettier/sync": "0.5.2",
"arktype": "2.0.0-rc.5",
"@ark/fs": "0.7.0",
"@ark/util": "0.7.0"
"arktype": "2.0.0-rc.6",
"@ark/fs": "0.8.0",
"@ark/util": "0.8.0"
},

@@ -43,0 +43,0 @@ "devDependencies": {

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