Socket
Socket
Sign inDemoInstall

is-quick-hash

Package Overview
Dependencies
18
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    is-quick-hash

Checks if a string looks like a hash generated by quick-hash


Version published
Maintainers
1
Install size
4.07 MB
Created

Readme

Source

is-quick-hash

Build Status js-standard-style npm version Coverage Status

var looksLikeQuickHash = isQuickHash(val)

Checks if a string looks like a hash generated by quick-hash

  • val (string) - the string to check
  • returns (boolean) looksLikeQuickHash - true if val looks like a hash generated by quick-hash, false otherwise
var isHash = require('is-quick-hash')
isHash('asd654') // true

Keywords

FAQs

Last updated on 13 Oct 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc