Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in CryptoJS.pad.Ansix923 Export Name #514

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dqdq4197
Copy link

@dqdq4197 dqdq4197 commented Mar 11, 2025

This PR fixes a typo in the CryptoJS.pad.Ansix923 export name in the grunt/config/modularize.js. The incorrect spelling caused issues where the padding method was not recognized correctly, leading to unexpected behavior.

import Ansix923 from 'crypto-js/pad-ansix923';

console.log(Ansix923); // Expected: [Function: AnsiX923], but got: undefined

Changes
• Corrected the export name from Ansix923 to AnsiX923.

Let me know if further modifications are needed!

@dqdq4197 dqdq4197 force-pushed the develop branch 5 times, most recently from 4ac73c5 to ea3a125 Compare March 12, 2025 08:45
@dqdq4197 dqdq4197 force-pushed the develop branch 3 times, most recently from 4c24ebc to 6daa5d0 Compare March 14, 2025 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant