machinepack-util
Advanced tools
Comparing version 0.8.3 to 0.8.4
module.exports = { | ||
friendlyName: 'Hash dictionary', | ||
description: 'Generate unique hash string from dictionary.', | ||
description: 'Generate unique string from the provided dictionary.', | ||
sync: true, | ||
extendedDescription: 'Uses the crypto module from Node core via `object-hash` on NPM (see http://npmjs.org/package/object-hash)', | ||
extendedDescription: 'Useful for checksums (error-checking) and hash keys (caching, etc.) Uses the crypto module from Node core via `object-hash` on NPM (see http://npmjs.org/package/object-hash)', | ||
inputs: { | ||
@@ -7,0 +7,0 @@ dictionary: { |
{ | ||
"name": "machinepack-util", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Utilities for everyday tasks with arrays, dictionaries, strings, etc.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
23337