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 1.1.1 to 1.1.2

20

package.json
{
"name": "node-object-hash",
"version": "1.1.1",
"version": "1.1.2",
"description": "Node.js object hash library with properties/arrays sorting to provide constant hashes",
"main": "index.js",
"homepage": "https://github.com/SkeLLLa/node-object-hash",
"directories": {

@@ -11,5 +12,5 @@ "test": "test"

"devDependencies": {
"benchmark": "^2.1.1",
"benchmark": "^2.1.3",
"chai": "^3.5.0",
"eslint": "^3.3.1",
"eslint": "^3.14.0",
"faker": "^3.1.0",

@@ -19,3 +20,3 @@ "hash-object": "^0.1.7",

"jsdoc-to-markdown": "^2.0.1",
"mocha": "^2.5.3",
"mocha": "^3.2.0",
"object-hash": "^1.1.5"

@@ -35,2 +36,5 @@ },

},
"bugs": {
"url": "https://github.com/SkeLLLa/node-object-hash/issues"
},
"keywords": [

@@ -43,5 +47,7 @@ "hash",

],
"author": "Alexander Kureniov",
"email": "s@zxc.pp.ua",
"url": "https://github.com/SkeLLLa",
"author": {
"name" : "Alexander Kureniov",
"email" : "s@zxc.pp.ua",
"url" : "https://github.com/SkeLLLa"
},
"license": "ISC",

@@ -48,0 +54,0 @@ "engines": {

# node-object-hash
Node.js object hash library with properties/arrays sorting to provide constant hashes.
Tiny and fast node.js object hash library with properties/arrays sorting to provide constant hashes.
It also provides a method that returns sorted object strings that can be used for object comparison without hashes.

@@ -17,3 +17,3 @@ One of the fastest among other analogues (see [benchmarks](#Benchmarks)).

[![Coverage](https://img.shields.io/codeclimate/coverage/github/SkeLLLa/node-object-hash.svg?maxAge=21600&style=flat-square)](https://codeclimate.com/github/SkeLLLa/node-object-hash/coverage)
[![Analytics](https://ga-beacon.appspot.com/UA-90571586-1/node-object-hash/readme?pixel)](https://github.com/igrigorik/ga-beacon)
[![Analytics](https://ga-beacon.appspot.com/UA-90571586-1/node-object-hash/readme?pixel&useReferer)](https://github.com/igrigorik/ga-beacon)

@@ -20,0 +20,0 @@ # Installation

Sorry, the diff of this file is not supported yet

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