🎩 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.16
to
0.0.17
+1
-1
dist/desy.js

@@ -136,3 +136,3 @@ // src/messages.ts

}
optional() {
allowEmpty() {
this.context.allowNull = true;

@@ -139,0 +139,0 @@ this.context.allowUndefined = true;

@@ -12,3 +12,3 @@ import { DefaultMessageProps } from '../messages.ts';

constructor(config: Config);
optional(): Schema<TValue | null | undefined>;
allowEmpty(): Schema<TValue | null | undefined>;
length(length: number): this;

@@ -15,0 +15,0 @@ min(minLength: number): this;

{
"name": "desy",
"version": "0.0.16",
"version": "0.0.17",
"type": "module",

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