Socket
Socket
Sign inDemoInstall

@types/hoek

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/hoek - npm Package Compare versions

Comparing version 4.1.3 to 4.1.4

14

hoek/index.d.ts

@@ -8,9 +8,9 @@ // Type definitions for hoek 4.1

/** Perform a deep comparison of the values? */
deep?: boolean;
deep?: boolean | undefined;
/** Allow only one occurrence of each value? */
once?: boolean;
once?: boolean | undefined;
/** Don't allow values not explicitly listed? */
only?: boolean;
only?: boolean | undefined;
/** Allow partial match of the values? */
part?: boolean;
part?: boolean | undefined;
}

@@ -20,9 +20,9 @@

/** String to split chain path on. Defaults to ".". */
separator?: string;
separator?: string | undefined;
/** Value to return if the path or value is not present. Default is undefined. */
default?: any;
/** Throw an error on missing member? Default is false. */
strict?: boolean;
strict?: boolean | undefined;
/** Allow traversing functions for properties? */
functions?: boolean;
functions?: boolean | undefined;
}

@@ -29,0 +29,0 @@

{
"name": "@types/hoek",
"version": "4.1.3",
"version": "4.1.4",
"description": "TypeScript definitions for hoek",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hoek",
"license": "MIT",

@@ -9,15 +10,17 @@ "contributors": [

"name": "Prashant Tiwari",
"url": "https://github.com/prashaantt"
"url": "https://github.com/prashaantt",
"githubUsername": "prashaantt"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/hoek"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "c577dec6cd3afea07bccb2c35445665e6d3013a2cd1b16d77ca61aaefcde83c1",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "31eec51b1062462e282d379707e5035a4a1d8dc8ad06f6532c0db074fc5509ae",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hoek
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hoek.
Additional Details
* Last updated: Mon, 17 Apr 2017 17:55:17 GMT
### Additional Details
* Last updated: Tue, 06 Jul 2021 21:33:34 GMT
* Dependencies: none

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

# Credits
These definitions were written by Prashant Tiwari <https://github.com/prashaantt>.
These definitions were written by [Prashant Tiwari](https://github.com/prashaantt).

Sorry, the diff of this file is not supported yet

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