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

@types/deepmerge

Package Overview
Dependencies
Maintainers
1
Versions
9
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.3 to 2.1.0

6

deepmerge/index.d.ts

@@ -1,7 +0,8 @@

// Type definitions for deepmerge 1.3
// Type definitions for deepmerge 2.1
// Project: https://github.com/KyleAMathews/deepmerge
// Definitions by: marvinscharle <https://github.com/marvinscharle>
// syy1125 <https://github.com/syy1125>
// AppLover69 <https://github.com/AppLover69>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 2.2

@@ -17,2 +18,3 @@ export = deepmerge;

arrayMerge?(destination: any[], source: any[], options?: Options): any[];
isMergeableObject?(value: object): boolean;
}

@@ -19,0 +21,0 @@

{
"name": "@types/deepmerge",
"version": "1.3.3",
"version": "2.1.0",
"description": "TypeScript definitions for deepmerge",

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

"githubUsername": "syy1125"
},
{
"name": "AppLover69",
"url": "https://github.com/AppLover69",
"githubUsername": "AppLover69"
}

@@ -26,4 +31,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "1cf4c576785c668155a8cfcb4c190cbc0bc2f5c3778223debe0c98e6fe066608",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "c26d4c0546e3902dd67af8936c5aa532139555a04f03e25e3cc0acfe9fa1bacb",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Sat, 18 Nov 2017 00:40:29 GMT
* Last updated: Thu, 15 Mar 2018 23:17:55 GMT
* Dependencies: none

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

# Credits
These definitions were written by marvinscharle <https://github.com/marvinscharle>, syy1125 <https://github.com/syy1125>.
These definitions were written by marvinscharle <https://github.com/marvinscharle>, syy1125 <https://github.com/syy1125>, AppLover69 <https://github.com/AppLover69>.

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