Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yup

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yup - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

5

index.d.ts

@@ -19,6 +19,3 @@ import { Get } from 'type-fest';

type Params = Record<string, unknown>;
declare class ValidationError implements Error {
name: string;
message: string;
stack?: string | undefined;
declare class ValidationError extends Error {
value: any;

@@ -25,0 +22,0 @@ path?: string;

2

package.json
{
"name": "yup",
"version": "1.3.0",
"version": "1.3.1",
"description": "Dead simple Object schema validation",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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