Skip to content

Conversation

mohebifar
Copy link

This PR adds a script that auto publishes codemods to the codemod.com registry. It also adds a README file for all codemods that will accompany the published codemod in the registry.

List of all codemods:

https://codemod.com/registry?author=e18e

@mohebifar mohebifar marked this pull request as ready for review August 10, 2024 13:43
```javascript
import { createHash } from 'crypto';

const hash = createHash('md5').update(data).digest('hex');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The md5 codemod will never produce the code like this because of this line

j.identifier('crypto'),

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.

2 participants