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

@types/shallowequal

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/shallowequal - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

shallowequal/index.d.ts

@@ -6,3 +6,3 @@ // Type definitions for shallowequal v0.2.2

declare function shallowEqual(objA: any, objB: any, compare?: (objA: any, objB: any, indexOrKey?: number | string) => boolean, compareContext?: any): boolean;
declare function shallowEqual(objA: any, objB: any, compare?: (objA: any, objB: any, indexOrKey?: number | string) => (boolean | undefined), compareContext?: any): boolean;

@@ -9,0 +9,0 @@ declare namespace shallowEqual { }

{
"name": "@types/shallowequal",
"version": "0.2.2",
"version": "0.2.3",
"description": "TypeScript definitions for shallowequal",

@@ -16,8 +16,8 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "55472e51ce03bb04566e853a89bcd21fc337cbdd7c088c2d9ddcc474b0277d47",
"typesPublisherContentHash": "b5296fb8ff78b0719147ddf6134404b3181746756d9bfcf94924a914df335e32",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/shallowequal
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shallowequal
Additional Details
* Last updated: Fri, 04 May 2018 23:55:56 GMT
* Last updated: Wed, 13 Jun 2018 19:16:57 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