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.5 to 0.29.6

2

yup/index.d.ts

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

url(message?: StringLocale['url']): StringSchema<T>;
uuid(message?: StringLocale['uuid']): StringSchema<T>;
ensure(): StringSchema<T>;

@@ -596,2 +597,3 @@ trim(message?: StringLocale['trim']): StringSchema<T>;

url?: TestOptionsMessage<{ regex: RegExp }>;
uuid?: TestOptionsMessage<{ regex: RegExp }>;
trim?: TestOptionsMessage;

@@ -598,0 +600,0 @@ lowercase?: TestOptionsMessage;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "2a3a837a802caf9587eea33a00fcac00093c69b2979b33a3c3b9eac624b06e48",
"typesPublisherContentHash": "93b0fb6fe4a4d114eee807b61d8d6c919200eaab14257f158c62ea47d0cb8a28",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 14 Aug 2020 17:06:37 GMT
* Last updated: Thu, 20 Aug 2020 18:32:48 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