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

objecthash

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

objecthash - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

index.js
'use strict'
const crypto = require('crypto')
const BigNumber = require('bignumber.js')

@@ -6,0 +5,0 @@ const NIL_STRING = 'n'

11

package.json
{
"name": "objecthash",
"version": "1.0.0",
"version": "1.0.1",
"description": "JS implementation of Ben Laurie's objecthash (https://github.com/benlaurie/objecthash)",

@@ -13,9 +13,10 @@ "main": "index.js",

"json",
"benlaurie"
"benlaurie",
"object",
"hash",
"sha256"
],
"author": "Evan Schwartz <evan@ripple.com>",
"license": "Apache-2.0",
"dependencies": {
"bignumber.js": "^4.0.0"
},
"dependencies": {},
"devDependencies": {

@@ -22,0 +23,0 @@ "tape": "^4.6.3"

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