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

Examples: add tutorial #363

Merged
merged 5 commits into from
Apr 11, 2024
Merged

Examples: add tutorial #363

merged 5 commits into from
Apr 11, 2024

Conversation

NateWilliams2
Copy link
Contributor

Adds an incredibly minimal tutorial to the examples folder.

Comment on lines +497 to +503
[email protected]:
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
dependencies:
follow-redirects "^1.14.9"
form-data "^4.0.0"

Check warning

Code scanning / Trivy

axios: exposure of confidential data stored in cookies Medium

Package: axios
Installed Version: 0.27.2
Vulnerability CVE-2023-45857
Severity: MEDIUM
Fixed Version: 1.6.0, 0.28.0
Link: CVE-2023-45857
Copy link

github-actions bot commented Mar 8, 2024

size-limit report 📦

Path Size
dist/index.js 1.54 MB (0%)
dist/index.mjs 1.54 MB (0%)
dist/index.umd.js 1.54 MB (0%)

Copy link
Collaborator

@marcvelmer marcvelmer left a comment

Choose a reason for hiding this comment

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

I haven't executed it, just reviewed the code

examples/tutorial/src/client.ts Outdated Show resolved Hide resolved
examples/tutorial/src/election.ts Outdated Show resolved Hide resolved
examples/tutorial/src/election.ts Outdated Show resolved Hide resolved
examples/tutorial/src/vote.ts Outdated Show resolved Hide resolved
examples/tutorial/src/vote.ts Outdated Show resolved Hide resolved
examples/tutorial/src/vote.ts Outdated Show resolved Hide resolved
Comment on lines +604 to +607
follow-redirects@^1.14.9:
version "1.15.5"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==

Check warning

Code scanning / Trivy

follow-redirects: Possible credential leak Medium

Package: follow-redirects
Installed Version: 1.15.5
Vulnerability CVE-2024-28849
Severity: MEDIUM
Fixed Version: 1.15.6
Link: CVE-2024-28849
@NateWilliams2 NateWilliams2 requested a review from emmdim March 26, 2024 15:24
@marcvelmer marcvelmer merged commit 66360b9 into main Apr 11, 2024
10 checks passed
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