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

hash.js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hash.js - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

3

lib/hash.d.ts

@@ -17,3 +17,4 @@ declare var hash: Hash;

update(msg: any, enc?: 'hex'): T
digest(enc?: 'hex'): T
digest(): number[]
digest(enc: 'hex'): string
}

@@ -20,0 +21,0 @@

{
"name": "hash.js",
"version": "1.1.4",
"version": "1.1.5",
"description": "Various hash functions that could be run by both browser and node",

@@ -29,8 +29,8 @@ "main": "lib/hash.js",

"inherits": "^2.0.3",
"minimalistic-assert": "^1.0.0"
"minimalistic-assert": "^1.0.1"
},
"devDependencies": {
"eslint": "^4.0.0",
"mocha": "^3.4.2"
"eslint": "^4.19.1",
"mocha": "^5.2.0"
}
}
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