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

lite/index.d.ts

8

index.d.ts

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

declare module 'dequal' {
export function dequal(foo: any, bar: any): boolean;
}
declare module 'dequal/lite' {
export function dequal(foo: any, bar: any): boolean;
}
export function dequal(foo: any, bar: any): boolean;
{
"name": "dequal",
"version": "2.0.1",
"version": "2.0.2",
"repository": "lukeed/dequal",

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

"pretest": "npm run build",
"postbuild": "echo \"lite\" | xargs -n1 cp -v index.d.ts",
"test": "uvu -r esm test"

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