Socket
Socket
Sign inDemoInstall

fquery-gethash

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

6

package.json
{
"name": "fquery-gethash",
"displayName": "fQuery.getHash",
"version": "0.2.0",
"version": "0.3.0",
"description": "fQuery plugin to get a hash for the content of all selected files",

@@ -20,4 +20,4 @@ "homepage": "https://github.com/lrsjng/fquery-gethash",

"devDependencies": {
"fquery": "~0.13.3",
"mocha": "~1.21.4"
"fquery": "~0.16.3",
"mocha": "~2.2.4"
},

@@ -24,0 +24,0 @@ "engines": {

@@ -11,3 +11,5 @@ # fQuery.getHash

> npm install fquery-gethash
~~~sh
> npm install fquery-gethash
~~~

@@ -17,11 +19,15 @@

fQuery.plugin('fquery-gethash');
fQuery(selector).getHash(options);
~~~javascript
fQuery.plugin('fquery-gethash');
fQuery(selector).getHash(options);
~~~
with
options = {
algorithm: 'sha1', // 'sha1', 'md5', 'sha256', 'sha512'
encoding: 'hex' // 'hex', 'base64'
}
~~~javascript
options = {
algorithm: 'sha1', // 'sha1', 'md5', 'sha256', 'sha512'
encoding: 'hex' // 'hex', 'base64'
}
~~~

@@ -32,3 +38,3 @@

Copyright (c) 2014 Lars Jung (http://larsjung.de)
Copyright (c) 2015 Lars Jung (http://larsjung.de)

@@ -59,11 +65,11 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

[license-img]: http://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square
[github-img]: http://img.shields.io/badge/github-lrsjng/fquery--gethash-a0a060.svg?style=flat-square
[npm-img]: http://img.shields.io/badge/npm-fquery--gethash-a0a060.svg?style=flat-square
[license-img]: https://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square
[github-img]: https://img.shields.io/badge/github-lrsjng/fquery--gethash-a0a060.svg?style=flat-square
[npm-img]: https://img.shields.io/badge/npm-fquery--gethash-a0a060.svg?style=flat-square
[npm-v-img]: http://img.shields.io/npm/v/fquery-gethash.svg?style=flat-square
[npm-dm-img]: http://img.shields.io/npm/dm/fquery-gethash.svg?style=flat-square
[gemnasium-img]: http://img.shields.io/gemnasium/lrsjng/fquery-gethash.svg?style=flat-square
[travis-img]: http://img.shields.io/travis/lrsjng/fquery-gethash.svg?style=flat-square
[npm-v-img]: https://img.shields.io/npm/v/fquery-gethash.svg?style=flat-square
[npm-dm-img]: https://img.shields.io/npm/dm/fquery-gethash.svg?style=flat-square
[gemnasium-img]: https://img.shields.io/gemnasium/lrsjng/fquery-gethash.svg?style=flat-square
[travis-img]: https://img.shields.io/travis/lrsjng/fquery-gethash.svg?style=flat-square
[fquery]: https://github.com/lrsjng/fquery
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