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.24.2 to 0.24.3

4

yup/index.d.ts

@@ -54,3 +54,3 @@ // Type definitions for yup 0.24

when(keys: string | any[], builder: WhenOptions<this>): this;
test(name: string, message: string, test: (value?: any) => boolean, callbackStyleAsync?: boolean): this;
test(name: string, message: string, test: (value?: any) => boolean | Promise<boolean>, callbackStyleAsync?: boolean): this;
test(options: TestOptions): this;

@@ -194,3 +194,3 @@ transform(fn: TransformFunction<this>): this;

*/
test: (value: any) => boolean;
test: (value: any) => boolean | Promise<boolean>;

@@ -197,0 +197,0 @@ /**

@@ -0,0 +0,0 @@ import {

{
"name": "@types/yup",
"version": "0.24.2",
"version": "0.24.3",
"description": "TypeScript definitions for yup",

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

"dependencies": {},
"typesPublisherContentHash": "8b6cae5679e3da93cd2f2f7b4d7542af296046efe1397e4171959c70a3450401",
"typesPublisherContentHash": "934434d6e8d45b0fb0721ece3dc1e8d0ea9a3fb83122c42ceeb5bde6d07e5e10",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Sat, 24 Mar 2018 21:31:01 GMT
* Last updated: Tue, 03 Apr 2018 20:57:59 GMT
* Dependencies: none

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

Sorry, the diff of this file is not supported yet

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