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 4.0.1 to 4.0.2

22

package.json
{
"name": "folder-hash",
"version": "4.0.1",
"version": "4.0.2",
"description": "Create a hash checksum over a folder and its content - its children and their content",

@@ -38,16 +38,16 @@ "main": "index.js",

"dependencies": {
"debug": "^4.1.1",
"graceful-fs": "~4.2.0",
"minimatch": "~3.0.4"
"debug": "^4.3.3",
"graceful-fs": "~4.2.9",
"minimatch": "~5.0.0"
},
"devDependencies": {
"chai": "^4.0.2",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"clone": "^2.1.2",
"ignore": "^5.1.2",
"jsdoc": "3.6.6",
"memfs": "^3.0.4",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"prettier": "~2.2.1"
"ignore": "^5.2.0",
"jsdoc": "3.6.10",
"memfs": "^3.4.1",
"mocha": "^9.2.0",
"nyc": "^15.1.0",
"prettier": "~2.5.1"
},

@@ -54,0 +54,0 @@ "engines": {

@@ -140,3 +140,3 @@ Create a hash checksum over a folder or a file.

{
algo: 'sha1', // see crypto.getHashes() for options
algo: 'sha1', // see crypto.getHashes() for options in your node.js REPL
encoding: 'base64', // 'base64', 'hex' or 'binary'

@@ -159,3 +159,2 @@ files: {

symbolicLinks: {
symbolicLinks: {
include: true,

@@ -166,3 +165,2 @@ ignoreBasename: false,

ignoreTargetContentAfterError: false,
}
}

@@ -169,0 +167,0 @@ }

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