New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/object-diff

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/object-diff - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

object-diff/index.d.ts

@@ -6,3 +6,3 @@ // Type definitions for object-diff v0.0

declare function diff(a: any, b: any): any;
declare function diff(a: any, ...args: any[]): any;
export = diff;
{
"name": "@types/object-diff",
"version": "0.0.1",
"version": "0.0.2",
"description": "TypeScript definitions for object-diff",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-diff",

"dependencies": {},
"typesPublisherContentHash": "e366d5a8845b188fd0bf0e249c645a73a0211c758d3a16cbf3c44007c756c537",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "c9b990e492b719baae27ccf4e86189f4e9f271a749eea9d4c6247bffc69cdeda",
"typeScriptVersion": "3.7"
}

@@ -16,3 +16,3 @@ # Installation

declare function diff(a: any, b: any): any;
declare function diff(a: any, ...args: any[]): any;
export = diff;

@@ -23,3 +23,3 @@

### Additional Details
* Last updated: Fri, 09 Jul 2021 02:32:38 GMT
* Last updated: Wed, 06 Oct 2021 20:31:28 GMT
* Dependencies: none

@@ -26,0 +26,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