From 6daa5d00ffb1446b412220400f333ba3e15946d8 Mon Sep 17 00:00:00 2001 From: choiheesu Date: Tue, 11 Mar 2025 17:48:04 +0900 Subject: [PATCH] Fix typo in CryptoJS.pad.Ansix923 Export Name --- grunt/config/modularize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt/config/modularize.js b/grunt/config/modularize.js index 33218ee..7e61077 100644 --- a/grunt/config/modularize.js +++ b/grunt/config/modularize.js @@ -211,7 +211,7 @@ module.exports = { "components": ["core", "cipher-core", "pad-pkcs7"] }, "pad-ansix923": { - "exports": "CryptoJS.pad.Ansix923", + "exports": "CryptoJS.pad.AnsiX923", "components": ["core", "cipher-core", "pad-ansix923"] }, "pad-iso10126": {