New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jummy

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jummy

Get the combined hash of multiple files

  • 0.4.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

jummy

Get the combined hash of multiple files

Build Status Code Quality Code Coverage NPM Version

Install

$ npm install --save jummy

Usage

var jummy = require('jummy');

jummy(['some/path/*.*', '!some/path/*.txt']).then(console.log);
//=> 'a86b4ef32bb32dfcfbf2ef4dae613863'

API

jummy(globs, [options])

globs

Type: string|string[]

May contain paths to directories or globs

options
algorithm

Type: string
Default: md5

CLI

$ npm install --global jummy
$ jummy --help

  Usage
    jummy [globs..]

  Options
    --algorithm [Default: md5]

  Examples
    $ jummy
    0b63e050cfd788c70b0d3b3fc630b535
    $ jummy 'some/path' '!some/path/*.jpg' --algorithm sha256
    b707377cece8097eae0ecb79ce69404786d2fb3d893f8dd4ff38d1dab9ee156f

License

MIT © JM Versteeg

dependency Status devDependency Status

Keywords

FAQs

Package last updated on 19 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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