🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

desy

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

desy - npm Package Compare versions

Comparing version
0.0.18
to
0.0.19
+0
-3
dist/desy.js

@@ -286,5 +286,2 @@ // src/messages.ts

const schema = this.value[key];
if (!(key in this.value)) {
continue;
}
const error = schema.validate(currentValue[key], {

@@ -291,0 +288,0 @@ path: path === "" ? key : `${path}.${key}`

+1
-1

@@ -14,3 +14,3 @@ import { Schema, type Infer } from '../schema/schema.ts';

constructor(config: ConfigValue<TValue>);
notStrict(): ObjectDesy<TValue, Partial<this["types"]>>;
notStrict(): this;
optionalFields<TValueLocal extends keyof TValueTypes & string = any>(optionalFields: TValueLocal[]): ObjectDesy<TValue, PartialBy<this["types"], TValueLocal>>;

@@ -17,0 +17,0 @@ }

{
"name": "desy",
"version": "0.0.18",
"version": "0.0.19",
"type": "module",

@@ -5,0 +5,0 @@ "types": "./dist/types/desy.d.ts",