react-hook-clipboard
react-hook-clipboard copied to clipboard
A React hook for accessing clipboard
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 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...
- Update dev dependencies - Add ESLint (+rule sets) and prettier to dev dependencies - Add npm scripts to run prettier and eslint - Create GH Actions workflow to run...
Simple to test FireFox ``` navigator.permissions.query({ name: 'clipboard-read' }); ``` _Uncaught (in promise) TypeError: 'clipboard-read' (value of 'name' member of PermissionDescriptor) is not a valid value for enumeration PermissionName._ Safari...