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

directory-hash

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-hash - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

14

package.json
{
"name": "directory-hash",
"version": "1.0.0",
"version": "1.0.1",
"description": "Do stuff with file system directory trees most often involving hashes - integrity checking, merging, etc.",
"keywords": ["directory", "hash", "tree"],
"main": "lib/index.js",
"bin": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "mocha --compilers js:babel/register",
"debug": "babel-node-debug",
"test": "mkdir -p test && mocha --compilers js:babel/register",
"build": "make"

@@ -18,3 +22,4 @@ },

"bugs": {
"url": "https://github.com/jakutis/directory-hash-js/issues"
"url": "https://github.com/jakutis/directory-hash-js/issues",
"email": "vytautas@jakut.is"
},

@@ -24,5 +29,4 @@ "homepage": "https://github.com/jakutis/directory-hash-js#readme",

"babel": "5.8.23",
"babel-node-debug": "1.1.0",
"mocha": "2.3.2"
}
}
# directory-hash
Do stuff with file system directory trees most often involving hashes - integrity checking, merging, etc.
Do stuff with file system directory trees, most often involving hashes - integrity checking, merging, etc.
[![Build Status](https://travis-ci.org/jakutis/directory-hash-js.svg?branch=master)](https://travis-ci.org/jakutis/directory-hash-js)
[![NPM](https://nodei.co/npm/directory-hash.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/directory-hash)
[![NPM](https://nodei.co/npm-dl/directory-hash.png?months=3&height=3)](https://www.npmjs.com/package/directory-hash)
## Installation

@@ -11,3 +16,3 @@

TODO
directory-hash --help

@@ -14,0 +19,0 @@ ## Development

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