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.1 to 1.0.2

19

CHANGELOG.md

@@ -8,3 +8,15 @@ # Change Log

## [1.0.2] - 2015-09-16
### Added
- EditorConfig support
### Fixed
- removed stale documentation in README
- fixed links in CHANGELOG
- fixed Markdown syntax errors in CHANGELOG
- invoking of the CLI
## [1.0.1] - 2015-09-15
### Added

@@ -15,9 +27,12 @@ - Travis support

- LICENSE, CHANGELOG and AUTHORS files
### Fixed
- `npm test` while /test folder is empty
- include /lib folder in published npm package
### Removed
- `npm run debug` script
[unreleased]: https://github.com/jakutis/directory-tree-js/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/jakutis/directory-tree-js/compare/v1.0.0...v1.0.1
[unreleased]: https://github.com/jakutis/directory-hash-js/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/jakutis/directory-hash-js/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/jakutis/directory-hash-js/compare/v1.0.0...v1.0.1

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

4

package.json
{
"name": "directory-hash",
"version": "1.0.1",
"version": "1.0.2",
"description": "Do stuff with file system directory trees most often involving hashes - integrity checking, merging, etc.",

@@ -12,3 +12,3 @@ "keywords": ["directory", "hash", "tree"],

"scripts": {
"test": "mkdir -p test && mocha --compilers js:babel/register",
"test": "make && mkdir -p test && mocha --async-only --compilers js:babel/register",
"build": "make"

@@ -15,0 +15,0 @@ },

@@ -27,5 +27,1 @@ # directory-hash

npm run build
### Debugging
npm run debug
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