New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

directory-sync

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-sync - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

2

package.json
{
"name": "directory-sync",
"version": "2.0.8",
"version": "2.0.9",
"description": "Easily synchronize directories between two machines over the internet.",

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

@@ -188,4 +188,6 @@ import Path from 'path';

descriptor = 'UPLOAD';
request.headers['md5-hash'] = record.stats.md5;
operation = record.stats.size > 0 ? manager.read(uri, true) : '';
// Include the MD5 hash of the record's content if it exists so client can verify
response.header('md5-hash', record.stats.md5);
break;

@@ -192,0 +194,0 @@ case 'PUT':

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