🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

deep-match2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-match2 - npm Package Compare versions

Comparing version

to
1.0.1

2

index.d.ts

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

declare module 'deep-match' {
declare module 'deep-match2' {
export type DeepMatchOpts = {

@@ -3,0 +3,0 @@ arrayOrderMatters?: boolean;

{
"name": "deep-match2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Check if two values deeply match (optionally with arrayOrderMatters)",

@@ -20,3 +20,3 @@ "author": "Wojciech Fiderek",

"scripts": {
"test": "mocha",
"test": "npm run lint && mocha",
"lint": "eslint **/*.js"

@@ -23,0 +23,0 @@ },