Socket
Socket
Sign inDemoInstall

@types/yup

Package Overview
Dependencies
0
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.26.29 to 0.26.30

18

yup/index.d.ts

@@ -354,2 +354,18 @@ // Type definitions for yup 0.26

export interface SchemaFieldRefDescription {
type: 'ref';
key: string;
}
export interface SchemaFieldInnerTypeDescription extends Pick<
SchemaDescription, Exclude<keyof SchemaDescription, 'fields'>
> {
innerType?: SchemaFieldDescription;
}
export type SchemaFieldDescription =
| SchemaDescription
| SchemaFieldRefDescription
| SchemaFieldInnerTypeDescription;
export interface SchemaDescription {

@@ -360,3 +376,3 @@ type: string;

tests: Array<{ name: string; params: object }>;
fields: object;
fields: Record<string, SchemaFieldDescription>;
}

@@ -363,0 +379,0 @@

4

yup/package.json
{
"name": "@types/yup",
"version": "0.26.29",
"version": "0.26.30",
"description": "TypeScript definitions for yup",

@@ -72,4 +72,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "f706bd7aac0a7a0c468505b83b3f28aa22637ade0ca472b49e6d682a402d90fd",
"typesPublisherContentHash": "84afae06c3116b94efa96e5a3b383c00e1036ab18e369551928a4410898a0e2e",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 28 Jan 2020 19:49:58 GMT
* Last updated: Wed, 05 Feb 2020 16:49:44 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc