Gathering detailed insights and metrics for @urql/devtools
Gathering detailed insights and metrics for @urql/devtools
Gathering detailed insights and metrics for @urql/devtools
Gathering detailed insights and metrics for @urql/devtools
npm install @urql/devtools
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
54 Stars
256 Commits
6 Forks
38 Watching
35 Branches
9 Contributors
Updated on 13 Mar 2024
Minified
Minified + Gzipped
TypeScript (84.95%)
JavaScript (12.14%)
Shell (2.91%)
Cumulative downloads
Total Downloads
Last day
-15%
11,062
Compared to previous day
Last week
-4.4%
62,256
Compared to previous week
Last month
8.1%
273,133
Compared to previous month
Last year
38.6%
3,529,625
Compared to previous year
1
2
29
The official devtools exchange for use with the Urql Devtools browser extension
A first-party exchange for urql which interfaces with the Urql Devtools browser extension.
Install this package
1# npm 2npm i @urql/devtools 3 4# yarn 5yarn add @urql/devtools
Add the exchange to your urql
client
1import { createClient, defaultExchanges } from 'urql'; 2import { devtoolsExchange } from '@urql/devtools'; 3 4const client = createClient({ 5 url: 'http://localhost:3001/graphql', 6 exchanges: [devtoolsExchange, ...defaultExchanges], 7});
Note: we recommended putting this exchange before all other exchanges (as demonstrated above)
Have experience working with devtools extensions or want to get involved? Check out our contributing docs to get started.
Active: Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/4 approved changesets -- score normalized to 5
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
34 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More