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.29.9 to 0.29.10

5

yup/index.d.ts

@@ -17,2 +17,3 @@ // Type definitions for yup 0.29

// Jay Fong <https://github.com/fjc0k>
// Lukas Elmer <https://github.com/lukaselmer>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -627,2 +628,3 @@ // TypeScript Version: 3.6

notType?: LocaleValue;
defined?: TestOptionsMessage;
}

@@ -648,2 +650,3 @@

moreThan?: TestOptionsMessage<{ more: number }>;
notEqual?: TestOptionsMessage<{ notEqual: number }>;
positive?: TestOptionsMessage<{ more: number }>;

@@ -660,3 +663,3 @@ negative?: TestOptionsMessage<{ less: number }>;

export interface ObjectLocale {
noUnknown?: TestOptionsMessage;
noUnknown?: TestOptionsMessage<{ unknown: string }>;
}

@@ -663,0 +666,0 @@

9

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

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

"githubUsername": "fjc0k"
},
{
"name": "Lukas Elmer",
"url": "https://github.com/lukaselmer",
"githubUsername": "lukaselmer"
}

@@ -88,4 +93,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "c3e76dea71537e0aa666017bfb8de1cd86342269db5184c1b7a7aa117eb17803",
"typesPublisherContentHash": "60858017c568bf26ba69329acfa9fdbfb6b2c587038d4d4062a21f4959cf7145",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Wed, 28 Oct 2020 18:56:30 GMT
* Last updated: Thu, 03 Dec 2020 11:35:43 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), [Desmond Koh](https://github.com/deskoh), [Maurice de Beijer](https://github.com/mauricedb), [Kalley Powell](https://github.com/kalley), [Elías García](https://github.com/elias-garcia), [Ian Sanders](https://github.com/iansan5653), and [Jay Fong](https://github.com/fjc0k).
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), [Desmond Koh](https://github.com/deskoh), [Maurice de Beijer](https://github.com/mauricedb), [Kalley Powell](https://github.com/kalley), [Elías García](https://github.com/elias-garcia), [Ian Sanders](https://github.com/iansan5653), [Jay Fong](https://github.com/fjc0k), and [Lukas Elmer](https://github.com/lukaselmer).
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