Socket
Socket
Sign inDemoInstall

@types/yup

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/yup - npm Package Compare versions

Comparing version 0.26.13 to 0.26.14

3

yup/index.d.ts

@@ -12,2 +12,3 @@ // Type definitions for yup 0.26

// Dan Rumney <https://github.com/dancrumb>
// Desmond Koh <https://github.com/deskoh>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -224,3 +225,3 @@ // TypeScript Version: 2.8

| WhenOptionsBuilder<T>
| { is: boolean | ((value: any) => boolean); then: any; otherwise: any }
| { is: boolean | ((...values: any[]) => boolean); then: any; otherwise: any }
| object;

@@ -227,0 +228,0 @@

{
"name": "@types/yup",
"version": "0.26.13",
"version": "0.26.14",
"description": "TypeScript definitions for yup",

@@ -51,2 +51,7 @@ "license": "MIT",

"githubUsername": "dancrumb"
},
{
"name": "Desmond Koh",
"url": "https://github.com/deskoh",
"githubUsername": "deskoh"
}

@@ -63,4 +68,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "e29def703468600397f779542c3fb0164f0e11cfb6aaf51a29db793b5a70c5cc",
"typesPublisherContentHash": "2babe9a8fa8a89b3d114ebbd31f1d381a707f899ec7d3231b4e9f39cde9a0c27",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Thu, 02 May 2019 21:13:23 GMT
* Last updated: Tue, 04 Jun 2019 18:34:29 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Dominik Hardtke <https://github.com/dhardtke>, Vladyslav Tserman <https://github.com/vtserman>, Moreton Bay Regional Council <https://github.com/MoretonBayRC>, Sindre Seppola <https://github.com/sseppola>, Yash Kulshrestha <https://github.com/YashdalfTheGray>, Vincent Pizzo <https://github.com/vincentjames501>, Robert Bullen <https://github.com/robertbullen>, Yusuke Sato <https://github.com/sat0yu>, Dan Rumney <https://github.com/dancrumb>.
These definitions were written by Dominik Hardtke <https://github.com/dhardtke>, Vladyslav Tserman <https://github.com/vtserman>, Moreton Bay Regional Council <https://github.com/MoretonBayRC>, Sindre Seppola <https://github.com/sseppola>, Yash Kulshrestha <https://github.com/YashdalfTheGray>, Vincent Pizzo <https://github.com/vincentjames501>, Robert Bullen <https://github.com/robertbullen>, Yusuke Sato <https://github.com/sat0yu>, Dan Rumney <https://github.com/dancrumb>, Desmond Koh <https://github.com/deskoh>.
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