New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@effective-forms/yup

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effective-forms/yup - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+2
-1
package.json
{
"name": "@effective-forms/yup",
"version": "0.0.1",
"version": "0.0.2",
"type": "commonjs",

@@ -8,2 +8,3 @@ "peerDependencies": {

},
"license": "MIT",
"keywords": [

@@ -10,0 +11,0 @@ "effector",

@@ -1,2 +0,2 @@

## @effective-forms/zod
## @effective-forms/yup
See full [documentaion](https://github.com/MiiZZo/effective-forms)

@@ -21,5 +21,5 @@ ### About library

const userSchema = z.object({
email: z.string(),
password: z.string(),
const userSchema = object({
email: string().required(),
password: string().required(),
});

@@ -26,0 +26,0 @@