Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-object-hash

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-object-hash - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

package.json
{
"name": "node-object-hash",
"version": "0.1.0",
"description": "Node.js constant object hash library",
"version": "0.1.1",
"description": "Node.js object hash library with properties/arrays sorting to provide constant hashes",
"main": "index.js",

@@ -23,3 +23,4 @@ "directories": {

"hash",
"node",
"object",
"hash-object",
"es6",

@@ -26,0 +27,0 @@ "crypto"

# node-object-hash
Node object hash library. Built on top of node's crypto module.
### Installation
`npm i node-object-hash`
### Features
- Supports object property sorting for constant hashes for objects with same properties, but different order.
- NOTE: object arrays should be sorted manually if needed
- Supports ES6 Maps and Sets.

@@ -66,2 +69,2 @@ - Supports type coercion (e.g. 1 and "1" will be the same)

### License
ICS
ISC
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