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

airtight

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airtight - npm Package Compare versions

Comparing version 5.7.1 to 5.7.2

6

out/main/schema.d.ts

@@ -6,5 +6,5 @@ import { DecodeOptions } from './decode.js';

export interface SchemaLike<T> {
create(partials: DeepPartial<T>, options: Partial<DecodeOptions>): T;
decode(value: unknown, options: Partial<DecodeOptions>): T;
validate(value: unknown): DecodeError[];
create(partials: DeepPartial<T>, options?: Partial<DecodeOptions>): T;
decode(value: unknown, options?: Partial<DecodeOptions>): T;
validate(value: unknown, options?: Partial<DecodeOptions>): DecodeError[];
}

@@ -11,0 +11,0 @@ export declare class Schema<T> implements SchemaLike<T> {

{
"name": "airtight",
"version": "5.7.1",
"version": "5.7.2",
"description": "JSON Schema inspired library for validation, decoding and type conversion",

@@ -5,0 +5,0 @@ "type": "module",

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