Socket
Socket
Sign inDemoInstall

folder-hash

Package Overview
Dependencies
6
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.js
"use strict"
var fs = require('fs');
var fs = require('graceful-fs');
var path = require('path');

@@ -5,0 +5,0 @@ var crypto = require('crypto');

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

@@ -22,2 +22,3 @@ "main": "index.js",

"dependencies": {
"graceful-fs": "^4.1.11",
"minimatch": "^3.0.3",

@@ -24,0 +25,0 @@ "when": "^3.7.7"


var fs = require('fs');
var fs = require('graceful-fs');
var path = require('path');

@@ -4,0 +4,0 @@ var rmrf = require('rimraf');

@@ -7,3 +7,3 @@

var fs = require('fs');
var fs = require('graceful-fs');
var path = require('path');

@@ -10,0 +10,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc