Hashpack / hashconnect

Hashconnect library, readme in progress
BSD Zero Clause License
45 stars 38 forks source link

fix: assign Buffer to global scope with esm import #187

Closed jaycoolslm closed 9 months ago

jaycoolslm commented 9 months ago

I have had issues with frameworks that compile using esm syntax due to the the require statement in hashconnect.ts.

Usually to mitigate this I have to manually assign Buffer to global on the frontend before importing hashconnect so the require statement is not executed

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud