Open
Description
Prerequisites
- I'm using the latest version of
near-api-js
. - I have tried to start with a fresh project and reproduce the defect with minimal code changes.
- I have read the console error messages carefully (if applicable).
Description
Near-api-js have dependencies what is deprecated. During fresh installation by npm, Its showing next:
npm warn deprecated [email protected]: use 3.0.0 instead, safe-buffer has been merged and release for compatibility
required to update dependencies to migrate from [email protected] to [email protected]
Reproducible demo
No response
Steps to reproduce
- Make new project by npm init
- Run npm install near-api-js
Expected behavior
it must not be deprecated dependencies in near api for good code practice.
Actual behavior
it must not be deprecated dependencies in near api for good code practice.
Your environment
- NEAR JavaScript API version used: latest available from npm
- Frontend framework (if applicable):
- Relevant dependencies (if applicable):
Self-service
- I'd be willing to fix this bug myself.
Metadata
Assignees
Labels
Type
Projects
Status
NEW❗