Socket
Socket
Sign inDemoInstall

@arktype/util

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arktype/util - npm Package Compare versions

Comparing version 0.0.51 to 0.0.52

4

out/generics.d.ts

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

} & unknown;
/** @deprecated use "show" instead */
export type evaluate<t> = {
[k in keyof t]: t[k];
} & unknown;
export type exact<t extends object, u extends object> = {

@@ -15,0 +19,0 @@ [k in keyof t]: k extends keyof u ? conform<t[k], u[k]> : never;

2

package.json
{
"name": "@arktype/util",
"version": "0.0.51",
"version": "0.0.52",
"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