Socket
Socket
Sign inDemoInstall

@types/deepmerge

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/deepmerge - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

deepmerge/index.d.ts

@@ -13,6 +13,6 @@ // Type definitions for deepmerge 1.3

clone?: boolean;
arrayMerge?: (destination: T, source: T, options?: Options<T>) => T;
arrayMerge?(destination: T, source: T, options?: Options<T>): T;
}
function all<T>(objects: T[], options?: Options<T>): T;
}
}
{
"name": "@types/deepmerge",
"version": "1.3.0",
"version": "1.3.1",
"description": "TypeScript definitions for deepmerge",
"license": "MIT",
"author": "marvinscharle <https://github.com/marvinscharle>",
"contributors": [
{
"name": "marvinscharle",
"url": "https://github.com/marvinscharle"
}
],
"main": "",

@@ -15,4 +20,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "88ae0f68a7a8d110c44ce2e6f9a2e50b8daec0bad9618a96eb41dd76b3282f4f",
"typesPublisherContentHash": "e13ffd58bb36bd4b2873bbb4ae198bc4d94f4fb7f63d236b6831fb3b206e8e1e",
"typeScriptVersion": "2.0"
}

@@ -8,8 +8,7 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/deepmerge
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deepmerge
Additional Details
* Last updated: Thu, 05 Jan 2017 16:38:15 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Fri, 31 Mar 2017 18:05:13 GMT
* Dependencies: none
* Global values: none

@@ -16,0 +15,0 @@

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