Socket
Socket
Sign inDemoInstall

folder-hash

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

folder-hash - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -137,4 +137,4 @@ "use strict"

} else {
let nextPadding = padding + " ";
let childElements = this.children.map(function (child) { return child.toString(nextPadding); });
var nextPadding = padding + " ";
var childElements = this.children.map(function (child) { return child.toString(nextPadding); });
str += '[\n' + childElements.join('\n') + '\n' + padding + ']';

@@ -141,0 +141,0 @@ }

{
"name": "folder-hash",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create a hash checksum over a folder and its content - its children and their content",

@@ -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