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.2 to 0.0.3

5

object-diff/index.d.ts

@@ -1,7 +0,2 @@

// Type definitions for object-diff v0.0
// Project: https://github.com/srcagency/object-diff
// Definitions by: Rogier Schouten <https://github.com/rogierschouten>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function diff(a: any, ...args: any[]): any;
export = diff;

10

object-diff/package.json
{
"name": "@types/object-diff",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript definitions for object-diff",

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

"name": "Rogier Schouten",
"url": "https://github.com/rogierschouten",
"githubUsername": "rogierschouten"
"githubUsername": "rogierschouten",
"url": "https://github.com/rogierschouten"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "c9b990e492b719baae27ccf4e86189f4e9f271a749eea9d4c6247bffc69cdeda",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "a7778da60b984b59d436c4c14c141cb39fdff2fbe86e91d0598680fbc9aabc50",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for object-diff v0.0
// Project: https://github.com/srcagency/object-diff
// Definitions by: Rogier Schouten <https://github.com/rogierschouten>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function diff(a: any, ...args: any[]): any;

@@ -23,7 +18,6 @@ export = diff;

### Additional Details
* Last updated: Wed, 06 Oct 2021 20:31:28 GMT
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Rogier Schouten](https://github.com/rogierschouten).
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