@smithy/md5-js
Advanced tools
Comparing version 3.0.11 to 4.0.0
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31906
426
2
+ Added@smithy/is-array-buffer@4.0.0(transitive)
+ Added@smithy/types@4.1.0(transitive)
+ Added@smithy/util-buffer-from@4.0.0(transitive)
+ Added@smithy/util-utf8@4.0.0(transitive)
- Removed@smithy/is-array-buffer@3.0.0(transitive)
- Removed@smithy/types@3.7.2(transitive)
- Removed@smithy/util-buffer-from@3.0.0(transitive)
- Removed@smithy/util-utf8@3.0.0(transitive)
Updated@smithy/types@^4.0.0
Updated@smithy/util-utf8@^4.0.0