From 38346208d31619c17e081bcdb6315970d8ed8809 Mon Sep 17 00:00:00 2001 From: Giga <167236099+GIgako19929@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:38:51 -0400 Subject: [PATCH 1/5] Create deno.yml --- .github/workflows/deno.yml | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/workflows/deno.yml diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml new file mode 100644 index 000000000..0e1b46cd3 --- /dev/null +++ b/.github/workflows/deno.yml @@ -0,0 +1,44 @@ + run-name: giga + + # This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# This workflow will install Deno then run `deno lint` and `deno test`. +# For more information see: https://github.com/denoland/setup-deno + +name: Deno + +on: + push: + branches: ["master"] + pull_request: + branches: ["master"] + +permissions: + contents: read + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - name: Setup repo + uses: actions/checkout@v4 + + - name: Setup Deno + # uses: denoland/setup-deno@v1 + uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2 + with: + deno-version: v1.x + + # Uncomment this step to verify the use of 'deno fmt' on each commit. + # - name: Verify formatting + # run: deno fmt --check + + - name: Run linter + run: deno lint + + - name: Run tests + run: deno test -A From c57ad56ed8e014b3e0777021ced351396d557165 Mon Sep 17 00:00:00 2001 From: Giga <167236099+GIgako19929@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:14:32 -0400 Subject: [PATCH 2/5] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..034e84803 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From 23119a1ea9f55cd800781fc1b792810da131dba6 Mon Sep 17 00:00:00 2001 From: Giga <167236099+GIgako19929@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:42:26 +0000 Subject: [PATCH 3/5] Pending changes exported from your codespace --- createTokens.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/createTokens.js b/createTokens.js index 76dba0ecf..d0ae68aed 100644 --- a/createTokens.js +++ b/createTokens.js @@ -43,8 +43,8 @@ function createToken(obj) { website: '', logo: { src: '', - width: '', - height: '', + inline-size: '', + block-size: '', ipfs_hash: '' }, support: { From 371a49c65cfb76a2d02c82f48ec93f969e87114a Mon Sep 17 00:00:00 2001 From: Giga <167236099+GIgako19929@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:30:57 +0000 Subject: [PATCH 4/5] Pending changes exported from your codespace --- package-lock.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad77ffc0b..090d0c0e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1842,7 +1842,9 @@ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", "dev": true, - "engines": ["node >=0.6.0"] + "engines": [ + "node >=0.6.0" + ] }, "node_modules/fast-deep-equal": { "version": "3.1.3", @@ -4359,7 +4361,9 @@ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", "dev": true, - "engines": ["node >=0.6.0"], + "engines": [ + "node >=0.6.0" + ], "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", From 805b65df5edbfd18ae5ca59738dcf17e323f8426 Mon Sep 17 00:00:00 2001 From: Giga <167236099+GIgako19929@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:09:06 -0400 Subject: [PATCH 5/5] Update package-lock.giga Signed-off-by: Giga <167236099+GIgako19929@users.noreply.github.com> --- package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package-lock.json b/package-lock.json index 090d0c0e5..fdc7fed4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3 +1,4 @@ +giga { "name": "ethereum-lists", "version": "1.0.0",