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

js-md5

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-md5 - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

4

CHANGELOG.md
# Change Log
## v0.8.3 / 2023-10-09
### Fixed
- package.json main property.
## v0.8.2 / 2023-10-09

@@ -4,0 +8,0 @@ ### Remove

4

package.json
{
"name": "js-md5",
"version": "0.8.2",
"version": "0.8.3",
"description": "A simple MD5 hash function for JavaScript supports UTF-8 encoding.",
"main": "build/md5.min.js",
"main": "src/md5.js",
"devDependencies": {

@@ -7,0 +7,0 @@ "expect.js": "~0.3.1",

@@ -5,3 +5,3 @@ /**

* @namespace md5
* @version 0.8.2
* @version 0.8.3
* @author Chen, Yi-Cyuan [emn178@gmail.com]

@@ -8,0 +8,0 @@ * @copyright Chen, Yi-Cyuan 2014-2023

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