anchor-link icon indicating copy to clipboard operation
anchor-link copied to clipboard

Persistent, fast and secure signature provider for EOSIO chains built on top of EOSIO Signing Requests (EEP-7)

Results 8 anchor-link issues
Sort by recently updated
recently updated
newest added

@greymass/eosio should be replaced with @wharfkit/antelope

https://github.com/greymass/anchor-link/blob/508599dd3fb3420b60ee2fa470bf60ce9ddca1c5/src/link.ts#L757 This encoding breaks compatibility with eosjs. The resulting object is not iterable, as needed by eosjs.

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

RN WS needs binaryType to work properly ``` const socket = new WebSocket(socketUrl); // new if (typeof navigator != 'undefined' && navigator.product == 'ReactNative') { (socket as any).binaryType = 'blob'...

We should create a test case that we can use to check browser compatibility around the websocket interruption issue when clicking links. Related: https://github.com/greymass/ual-anchor/issues/15 Currently we have the iframe isolation...