Skip to content

Has deprecated dependency #77

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

Closed
tepleyna opened this issue Feb 6, 2025 · 2 comments
Closed

Has deprecated dependency #77

tepleyna opened this issue Feb 6, 2025 · 2 comments

Comments

@tepleyna
Copy link

tepleyna commented Feb 6, 2025

Depends on lodash.isequal, which is deprecated.

The following is displayed when installing json-rte-serializer using npm:

npm warn deprecated [email protected]: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.

@tepleyna
Copy link
Author

tepleyna commented Feb 6, 2025

Possibly related to work in, but not solved by, this PR:
#50

@shreya-kamble
Copy link
Contributor

Hi @tepleyna ,
require('node:util').isDeepStrictEqual is only available in node based environment, not in browser based.
Hence we have to rely on lodash.isequal

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

No branches or pull requests

2 participants