Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

hash-file

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hash-file

Create a hashed file name

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
259
3.19%
Maintainers
1
Weekly downloads
 
Created
Source

hash-file Build Status

Create a hashed file name with Node.js.

Getting started

Install with npm: npm install hash-file

Examples

var hashfile = require('hash-file');

hashfile('test.zip');

API

hashfile(src)

Create a hashed file name from a files content.

License

MIT License (c) Kevin Mårtensson

Keywords

file

FAQs

Package last updated on 17 Jan 2014

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