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

dir-compare

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dir-compare - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

16

index.d.ts

@@ -196,3 +196,3 @@ /// <reference types="node" />

*/
path1: string;
path1?: string;

@@ -202,3 +202,3 @@ /**

*/
path2: string;
path2?: string;

@@ -213,3 +213,3 @@ /**

*/
name1: string;
name1?: string;

@@ -219,3 +219,3 @@ /**

*/
name2: string;
name2?: string;

@@ -240,3 +240,3 @@ /**

*/
size1: number;
size1?: number;

@@ -246,3 +246,3 @@ /**

*/
size2: number;
size2?: number;

@@ -252,3 +252,3 @@ /**

*/
date1: number;
date1?: number;

@@ -258,3 +258,3 @@ /**

*/
date2: number;
date2?: number;

@@ -261,0 +261,0 @@ /**

{
"name": "dir-compare",
"version": "1.7.2",
"version": "1.7.3",
"description": "Node JS directory compare",

@@ -5,0 +5,0 @@ "main": "index.js",

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