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

update dependencies #55

Merged
merged 6 commits into from
May 7, 2019
Merged

update dependencies #55

merged 6 commits into from
May 7, 2019

Conversation

c0d3ster
Copy link
Contributor

@c0d3ster c0d3ster commented May 6, 2019

removing security vulnerabilities by updating and locking all dependencies
Switched to yarn

Steps to ensure compatibility:

  • passing tests within repo
  • passing tests in EOSJS repo with locally referenced eosjs-ecc lib
  • pushed transact calls successfully on local chain

any other ideas/suggestions for compatibility testing is much appreciated; we want to ensure this works for everyone before merging

Copy link
Contributor

@GreenBusDriver GreenBusDriver left a comment

Choose a reason for hiding this comment

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

LGTM, but I don't know how to test this. So review complete...

@@ -15,7 +15,7 @@ const ecc = require('eosjs-ecc')

# Include

- Install with: `npm install eosjs-ecc`
- Install with: `yarn add eosjs-ecc`

Choose a reason for hiding this comment

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

why this change? Also below you tell them to use yarn . Can't a user use either yarn OR npm, also I thought we were sticking with yarn for OSS.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, a user can use either but we are making the change over to yarn in all of our documentation.

@c0d3ster c0d3ster merged commit 2063257 into master May 7, 2019
@c0d3ster c0d3ster deleted the updating-dependencies branch May 7, 2019 20:07
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.

4 participants