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.19 to 0.26.20

2

yup/index.d.ts

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

typeError(message?: TestOptionsMessage): this;
oneOf(arrayOfValues: T[], message?: TestOptionsMessage): this;
oneOf(arrayOfValues: Array<T | Ref>, message?: TestOptionsMessage): this;
notOneOf(arrayOfValues: any[], message?: TestOptionsMessage): this;

@@ -79,0 +79,0 @@ when(keys: string | any[], builder: WhenOptions<this>): this;

{
"name": "@types/yup",
"version": "0.26.19",
"version": "0.26.20",
"description": "TypeScript definitions for yup",

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

"dependencies": {},
"typesPublisherContentHash": "9627acc70b3d1e1e0f3e84d200aeaa46b6c5beb6a9da5e16a457034409cf4cf2",
"typesPublisherContentHash": "0f86a92d4c270e6ad8cbf54d28de807f669833900b2e3efabb391438ce7a150c",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Mon, 01 Jul 2019 17:24:02 GMT
* Last updated: Mon, 01 Jul 2019 19:46:03 GMT
* Dependencies: none

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

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