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.1 to 0.2.2

shallowequal/LICENSE

9

shallowequal/index.d.ts

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

declare module 'shallowequal' {
function shallowEqual(objA: any, objB: any, compare?: (objA: any, objB: any, indexOrKey?: number | string) => boolean, compareContext?: any): boolean;
export = shallowEqual;
}
declare function shallowEqual(objA: any, objB: any, compare?: (objA: any, objB: any, indexOrKey?: number | string) => boolean, compareContext?: any): boolean;
declare namespace shallowEqual { }
export = shallowEqual;
{
"name": "@types/shallowequal",
"version": "0.2.1",
"description": "TypeScript definitions for shallowequal v0.2.2",
"version": "0.2.2",
"description": "TypeScript definitions for shallowequal",
"license": "MIT",
"author": "Sean Kelley <https://github.com/seansfkelley>",
"contributors": [
{
"name": "Sean Kelley",
"url": "https://github.com/seansfkelley",
"githubUsername": "seansfkelley"
}
],
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "b5523476fc7254d9184c0985c4cf35f5a3c1eb50aa8806b642049416741f2b2d"
"typesPublisherContentHash": "55472e51ce03bb04566e853a89bcd21fc337cbdd7c088c2d9ddcc474b0277d47",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for shallowequal v0.2.2 (https://github.com/dashed/shallowequal).
This package contains type definitions for shallowequal (https://github.com/dashed/shallowequal).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/shallowequal
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/shallowequal
Additional Details
* Last updated: Wed, 05 Oct 2016 20:53:40 GMT
* File structure: DeclareModule
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Fri, 04 May 2018 23:55:56 GMT
* Dependencies: none
* Global values: none

@@ -17,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