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.35 to 0.26.36

4

yup/index.d.ts

@@ -104,4 +104,4 @@ // Type definitions for yup 0.26

export interface StringSchemaConstructor {
(): StringSchema;
new (): StringSchema;
<T extends string | null | undefined = undefined>(): T extends string ? StringSchema<T> : StringSchema;
new <T extends string | null | undefined = undefined>(): T extends string ? StringSchema<T> : StringSchema;
}

@@ -108,0 +108,0 @@

{
"name": "@types/yup",
"version": "0.26.35",
"version": "0.26.36",
"description": "TypeScript definitions for yup",

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

"dependencies": {},
"typesPublisherContentHash": "4d0915282ad1834c58fac264d78494a6b45b96439d0cd2e36853ee1f17750505",
"typesPublisherContentHash": "4e36823638f80dde072fd0ca4021a25ded3a1de48d8959320c087a9287fc6175",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 08 Apr 2020 23:29:48 GMT
* Last updated: Mon, 13 Apr 2020 20:07:45 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc