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

machinepack-util

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-util - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

4

machines/hash-dictionary.js
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": {

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