connex icon indicating copy to clipboard operation
connex copied to clipboard

The mono-repo contains libraries to help build dApps for VeChain.

Results 41 connex issues
Sort by recently updated
recently updated
newest added

Bumps [ws](https://github.com/websockets/ws) from 7.1.0 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.15.0. Commits 22e81fc Release version 1.15.0 of the npm package. 96a3947 Add headers to request details 24dcb20 Pass status & request details to beforeRedirect (#198)...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.5 to 4.20.3. Changelog Sourced from browserslist's changelog. 4.20.3 Add Baidu to dead browsers (by Igor Lukanin). 4.20.2 Fixed package.funding URL format. 4.20.1 Fixed package.funding. Fixed docs...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.6 to 4.20.3. Changelog Sourced from browserslist's changelog. 4.20.3 Add Baidu to dead browsers (by Igor Lukanin). 4.20.2 Fixed package.funding URL format. 4.20.1 Fixed package.funding. Fixed docs...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Hi all, When using: ``` const lastBlock = await this.connex.thor.block().get(); ``` ocassionaly I get genesis block (height = 0). Do you know what might be wrong.

Hi! I am trying to include the connex library via HTML script tag as proposed here https://docs.vechain.org/connex/. However, my browser constantly tells me can't be loaded due to 404. If...