Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/yup

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/yup - npm Package Compare versions

Comparing version 0.26.5 to 0.26.6

3

yup/index.d.ts

@@ -10,2 +10,3 @@ // Type definitions for yup 0.26

// Robert Bullen <https://github.com/robertbullen>
// Yusuke Sato <https://github.com/sat0yu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -167,3 +168,3 @@ // TypeScript Version: 2.8

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

@@ -170,0 +171,0 @@

{
"name": "@types/yup",
"version": "0.26.5",
"version": "0.26.6",
"description": "TypeScript definitions for yup",

@@ -41,2 +41,7 @@ "license": "MIT",

"githubUsername": "robertbullen"
},
{
"name": "Yusuke Sato",
"url": "https://github.com/sat0yu",
"githubUsername": "sat0yu"
}

@@ -52,4 +57,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "e357bf813adddfe41d2c6da9329ab5c2bb0b1fb71666a05d9197bcc857225ccb",
"typesPublisherContentHash": "10092bc678201647bbed153b1be6be0e07d60f78f952181296ec550cb80a8840",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Sat, 19 Jan 2019 01:04:20 GMT
* Last updated: Wed, 23 Jan 2019 18:11:44 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Dominik Hardtke <https://github.com/dhardtke>, Vladyslav Tserman <https://github.com/vtserman>, Moreton Bay Regional Council <https://github.com/MoretonBayRC>, Sindre Seppola <https://github.com/sseppola>, Yash Kulshrestha <https://github.com/YashdalfTheGray>, Vincent Pizzo <https://github.com/vincentjames501>, Robert Bullen <https://github.com/robertbullen>.
These definitions were written by Dominik Hardtke <https://github.com/dhardtke>, Vladyslav Tserman <https://github.com/vtserman>, Moreton Bay Regional Council <https://github.com/MoretonBayRC>, Sindre Seppola <https://github.com/sseppola>, Yash Kulshrestha <https://github.com/YashdalfTheGray>, Vincent Pizzo <https://github.com/vincentjames501>, Robert Bullen <https://github.com/robertbullen>, Yusuke Sato <https://github.com/sat0yu>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc