Gathering detailed insights and metrics for @scarf/scarf
Gathering detailed insights and metrics for @scarf/scarf
Gathering detailed insights and metrics for @scarf/scarf
Gathering detailed insights and metrics for @scarf/scarf
npm install @scarf/scarf
81.9
Supply Chain
100
Quality
83.9
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
157 Stars
102 Commits
12 Forks
10 Watching
11 Branches
15 Contributors
Updated on 22 Nov 2024
JavaScript (99.39%)
Shell (0.61%)
Cumulative downloads
Total Downloads
Last day
-0.4%
241,714
Compared to previous day
Last week
5.6%
1,279,754
Compared to previous week
Last month
145.8%
4,147,608
Compared to previous month
Last year
20.2%
21,256,260
Compared to previous year
Scarf.js is analytics for your npm packages. By sending some basic details after installation, this package can help you gain insight into how your packages are used and by which companies. Scarf aims to help open-source projects improve and grow through data-driven decision-making.
To read more about why we wrote this library, check out this post on the topic.
You'll first need to create a library entry on Scarf. Once created, add a dependency on this library to your own:
1npm i --save @scarf/scarf
Once your library is published to npm with this change, Scarf will automatically collect stats on install, no additional code is required!
Head to your package's dashboard on Scarf to see your reports when available.
Users of your package will be opted in by default and can opt out by setting the
SCARF_ANALYTICS=false
environment variable. If you'd like Scarf analytics to
instead be opt-in, you can set this by adding an entry to your package.json
1// your-package/package.json 2 3{ 4 // ... 5 "scarfSettings": { 6 "defaultOptIn": false 7 } 8 // ... 9}
Scarf will now be opt-out by default, and users can set SCARF_ANALYTICS=true
to opt in.
Regardless of the default state, Scarf will log what it is doing to users who haven't explictly opted in or out.
By default, scarf-js will only trigger analytics when your package is installed as a dependency of another package, or is being installed globally. This ensures that scarf-js analytics will not be triggered on npm install
being run within your project. To change this, you can add:
1// your-package/package.json 2 3{ 4 // ... 5 "scarfSettings": { 6 "allowTopLevel": true 7 } 8 // ... 9}
1// your-package/package.json 2 3{ 4 // ... 5 "scarfSettings": { 6 // Toggles whether Scarf is enabled for this package 7 "enabled": true, 8 // Enables Scarf when users run npm install directly in your repository 9 // Scarf will try to report the Git commit SHA of your repository if it can 10 // be obtained. 11 "allowTopLevel": true, 12 // Users will be opted into analytics by default 13 "defaultOptIn": true, 14 // By default, Scarf searches for its own location in your build's dependency 15 // graph to ensure reporting can be done for all packages using Scarf. 16 // For large projects with lots of dependencies, generating that dependency 17 // graph takes more time than Scarf allots for its entire process, so Scarf 18 // will always time out. `skipTraversal` is an optional flag for large 19 // applications to skip that traversal entirely. Use this flag with caution and 20 // care, as it will break Scarf analytics for all other packages you depend 21 // on in your build. 22 "skipTraversal": false 23 } 24 // ... 25}
Scarf does not store personally identifying information. Scarf aims to collect information that is helpful for:
Specifically, scarf-js sends:
You can have scarf-js print the exact JSON payload it sends by setting SCARF_VERBOSE=true
in your environment.
Scarf's analytics help support developers of the open source packages you are
using, so enabling analytics is appreciated. However, if you'd like to opt out,
you can add your preference to your project's package.json
:
1// your-package/package.json 2 3{ 4 // ... 5 "scarfSettings": { 6 "enabled": false 7 } 8 // ... 9}
Alternatively, you can set this variable in your environment:
1export SCARF_ANALYTICS=false
You can also set this variable in accordance to the Console Do Not Track standard:
1export DO_NOT_TRACK=1
Either route will disable Scarf for all packages.
Yes. By opting out of analytics via package.json
, any package upstream will have analytics disbabled.
1// your-package/package.json 2 3{ 4 // ... 5 "scarfSettings": { 6 "enabled": false 7 } 8 // ... 9}
Installers of your packages will have scarf-js disabled for all dependencies upstream from yours.
Setting the environment variable SCARF_LOCAL_PORT=8080
will configure Scarf to
use http://localhost:8080 as the analytics endpoint host.
Future releases of scarf-js will provide a module of utility functions to collect usage analytics in addition to the current installation analytics.
Join the Scarf-Community workspace on Slack and find us in the #scarf-js channel. We'll keep an eye out for your questions and concerns.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 15/18 approved changesets -- score normalized to 8
Reason
5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
10 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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 Moreswagger-ui-dist
[![NPM version](https://badge.fury.io/js/swagger-ui-dist.svg)](http://badge.fury.io/js/swagger-ui-dist)
swagger-client
SwaggerJS - a collection of interfaces for OAI specs
swagger-ui-react
[![NPM version](https://badge.fury.io/js/swagger-ui-react.svg)](http://badge.fury.io/js/swagger-ui-react)
swagger-editor-dist
This module, `swagger-editor-dist`, exposes Swagger-Editor's entire dist folder as an almost (see [anonymized analytics](#anonymized-analytics)) dependency-free npm module.