crypto.createCredentials DEP0010
This recipe transforms crypto.createCredentials usage to use modern node:tls methods.
See DEP0010.
Examples
diff
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
Handle DEP0010 via transforming `crypto.createCredentials` to `tls.createSecureContext`
The easiest way to run this codemod without installing anything globally:
This recipe transforms crypto.createCredentials usage to use modern node:tls methods.
See DEP0010.
diff
Build your own codemod and share it with the community.