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.17 to 0.26.18

9

yup/index.d.ts

@@ -213,3 +213,9 @@ // Type definitions for yup 0.26

ensure(): this;
compact(rejector?: (value: T, index: number, array: T[]) => boolean): this;
compact(
rejector?: (
value: InferredArrayType<T>,
index: number,
array: Array<InferredArrayType<T>>
) => boolean
): this;
}

@@ -510,1 +516,2 @@

type InnerInferType<T> = NotRequiredProps<T> & RequiredProps<T>;
type InferredArrayType<T> = T extends Array<infer U> ? U : T;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "0e4f659c058060341f8890f6ff8c93893b9914bdea302d3cb3d6ee73f9f1e1cf",
"typesPublisherContentHash": "c6e5a91efa22a109bb964b4ab8d991f2dff20e1d58f99ed81a27b5d1717b09ff",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Fri, 21 Jun 2019 08:00:11 GMT
* Last updated: Wed, 26 Jun 2019 16:57:59 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