anza-xyz / octane

Octane is a gasless transaction relayer for Solana.
Apache License 2.0
228 stars 141 forks source link

fix vercel deployment #15

Closed bukatea closed 2 years ago

bukatea commented 2 years ago

fixes #14

adds documentation in SETUP.md too

@sevazhidkov

socket-security[bot] commented 2 years ago

Socket Security Report

Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 New install scripts detected

A dependency change in this PR is introducing new install scripts to your install step.

Package Script field Location
@parcel/watcher@2.0.4 (added) binding.gyp package.json via lerna@5.3.0, nx@14.5.1
nx@14.5.1 (added) postinstall package.json via lerna@5.3.0
@parcel/watcher@2.0.4 (added) install package.json via lerna@5.3.0, nx@14.5.1
🫣 Native code

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Package Location
@parcel/watcher@2.0.4 (added) package.json via lerna@5.3.0, nx@14.5.1
Socket.dev scan summary
Issue Status
Did you mean? ✅ no new possible package typos
Install scripts ⚠️ 3 new install scripts detected
Telemetry ✅ no new telemetry
Troll package ✅ no new troll packages
Malware ✅ no new malware
Native code ⚠️ 1 new native module detected

Powered by socket.dev

sevazhidkov commented 2 years ago

Thank you so much for the contribution!

Left a tiny docs nit + let's delete .DS_Store from the PR (and, maybe, add it to .gitignore, while we're at it?).

bukatea commented 2 years ago

No problem, always happy to help!

Oops, yeah I thought I didn't commit .DS_Store but I guess I did. I removed them and added to the .gitignore, and addressed the nit (also oops).

jordaaash commented 2 years ago

Thank you both!