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.24 to 0.26.25

2

yup/index.d.ts

@@ -64,3 +64,3 @@ // Type definitions for yup 0.26

isValidSync(value: any, options?: any): value is T;
cast(value: any, options?: any): T;
cast(value?: any, options?: any): T;
isType(value: any): value is T;

@@ -67,0 +67,0 @@ strict(isStrict: boolean): this;

{
"name": "@types/yup",
"version": "0.26.24",
"version": "0.26.25",
"description": "TypeScript definitions for yup",

@@ -69,3 +69,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -78,4 +78,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "cc325fb40f64855ed2363f13b90ea93da4a40c26b5ee7d2e0b309ffdd915e052",
"typesPublisherContentHash": "b24adc959ead6701177116388712d6306ae841bb263d3883d23ed69beba7a795",
"typeScriptVersion": "2.8"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yup
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yup.
Additional Details
* Last updated: Mon, 16 Sep 2019 21:10:07 GMT
### Additional Details
* Last updated: Wed, 27 Nov 2019 19:20:09 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>, Desmond Koh <https://github.com/deskoh>, Maurice de Beijer <https://github.com/mauricedb>, and Kalley Powell <https://github.com/kalley>.
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), Maurice de Beijer (https://github.com/mauricedb), and Kalley Powell (https://github.com/kalley).
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