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.1 to 4.1.2

7

hoek/index.d.ts

@@ -37,7 +37,8 @@ // Type definitions for hoek 4.1

* Clone an object or array.
* */
*/
export function cloneWithShallow(obj: any, keys: string[]): any;
/**
* Merge all the properties of source into target. */
* Merge all the properties of source into target.
*/
export function merge<T1, T2>(target: T1, source: T2, isNullOverride?: boolean, isMergeArrays?: boolean): T1 & T2;

@@ -47,3 +48,3 @@

* Apply options to a copy of the defaults.
* */
*/
export function applyToDefaults<T1, T2>(defaults: T1, options: T2, isNullOverride?: boolean): T1 & T2;

@@ -50,0 +51,0 @@

{
"name": "@types/hoek",
"version": "4.1.1",
"version": "4.1.2",
"description": "TypeScript definitions for hoek",

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

"peerDependencies": {},
"typesPublisherContentHash": "38ffd5c9e9b580ecd91532e655a0b77dc003f5dcb0e6dafd82304228df8ace42",
"typesPublisherContentHash": "70757eccf643c9f4964b64c32ef58a73a546e2c8391dfeb237f25cd3755f2d03",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/hoek
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hoek
Additional Details
* Last updated: Thu, 23 Feb 2017 15:22:20 GMT
* Last updated: Fri, 31 Mar 2017 18:05:13 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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