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

@smithy/md5-js

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/md5-js - npm Package Compare versions

Comparing version 3.0.11 to 4.0.0

7

dist-cjs/index.js

@@ -34,3 +34,6 @@ var __defProp = Object.defineProperty;

// src/index.ts
var _Md5 = class _Md5 {
var Md5 = class {
static {
__name(this, "Md5");
}
constructor() {

@@ -164,4 +167,2 @@ this.reset();

};
__name(_Md5, "Md5");
var Md5 = _Md5;
function cmn(q, a, b, x, s, t) {

@@ -168,0 +169,0 @@ a = (a + q & 4294967295) + (x + t & 4294967295) & 4294967295;

{
"name": "@smithy/md5-js",
"version": "3.0.11",
"version": "4.0.0",
"scripts": {

@@ -26,5 +26,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"devDependencies": {
"@smithy/util-base64": "^3.0.0",
"@smithy/util-hex-encoding": "^3.0.0",
"@types/node": "^16.18.96",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-hex-encoding": "^4.0.0",
"@types/node": "^18.11.9",
"concurrently": "7.0.0",

@@ -37,4 +37,4 @@ "downlevel-dts": "0.10.1",

"dependencies": {
"@smithy/types": "^3.7.2",
"@smithy/util-utf8": "^3.0.0",
"@smithy/types": "^4.0.0",
"@smithy/util-utf8": "^4.0.0",
"tslib": "^2.6.2"

@@ -63,3 +63,6 @@ },

"directory": ".release/package"
},
"engines": {
"node": ">=18.0.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