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.37 to 0.28.0

4

yup/index.d.ts

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

// Type definitions for yup 0.26
// Type definitions for yup 0.28
// Project: https://github.com/jquense/yup

@@ -52,2 +52,3 @@ // Definitions by: Dominik Hardtke <https://github.com/dhardtke>,

export interface Schema<T> {
type: string;
clone(): this;

@@ -224,2 +225,3 @@ label(label: string): this;

export interface ArraySchema<T> extends BasicArraySchema<T[]> {
innerType: Schema<T>;
of<U>(type: Schema<U>): ArraySchema<U>;

@@ -226,0 +228,0 @@ nullable(isNullable?: true): NullableArraySchema<T>;

{
"name": "@types/yup",
"version": "0.26.37",
"version": "0.28.0",
"description": "TypeScript definitions for yup",

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

"dependencies": {},
"typesPublisherContentHash": "cb3e1266bdbc4e87ccdb96c1458399ccdcaf5aaf7e50e1fcf88d8e7e12063f07",
"typesPublisherContentHash": "8858f41e90abf5e73c45a96b66417446de96c9f61313cc86691e88070a178d64",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Fri, 17 Apr 2020 20:55:09 GMT
* Last updated: Thu, 23 Apr 2020 17:50:40 GMT
* Dependencies: none

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc