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.21 to 0.26.22

4

yup/index.d.ts

@@ -107,2 +107,4 @@ // Type definitions for yup 0.26

notRequired(): MixedSchema<T | undefined>;
concat(schema: this): this;
concat<U >(schema: MixedSchema<U>): MixedSchema<T | U>;
}

@@ -300,2 +302,4 @@

notRequired(): ObjectSchema<T | undefined>;
concat(schema: this): this;
concat<U extends object>(schema: ObjectSchema<U>): ObjectSchema<T & U>;
}

@@ -302,0 +306,0 @@

4

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

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

"dependencies": {},
"typesPublisherContentHash": "3f30661104b89d390683b253f4ea3738bd936082f7731dabc06ff37194d8529c",
"typesPublisherContentHash": "af336785518d245c39df946c7399dc6b7f1811f6d3b608df3e8ef9166a0199d3",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Mon, 08 Jul 2019 20:52:05 GMT
* Last updated: Tue, 16 Jul 2019 16:22:25 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