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

dequal

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dequal - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

index.d.ts

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

export function dequal(foo: any, bar: any): boolean;
declare module 'dequal' {
export function dequal(foo: any, bar: any): boolean;
}
declare module 'dequal/lite' {
export function dequal(foo: any, bar: any): boolean;
}

2

package.json
{
"name": "dequal",
"version": "2.0.0",
"version": "2.0.1",
"repository": "lukeed/dequal",

@@ -5,0 +5,0 @@ "description": "A tiny (304B to 489B) utility for check for deep equality",

@@ -42,3 +42,3 @@ # dequal [![CI](https://github.com/lukeed/dequal/workflows/CI/badge.svg)](https://github.com/lukeed/dequal/actions)

```js
import dequal from 'dequal';
import { dequal } from 'dequal';

@@ -45,0 +45,0 @@ dequal(1, 1); //=> true

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