Gathering detailed insights and metrics for sparkles
Gathering detailed insights and metrics for sparkles
Gathering detailed insights and metrics for sparkles
Gathering detailed insights and metrics for sparkles
sparkles-component
Experiment with `@glimmer/component` style APIs in Ember apps via existing public APIs
@chad.b.morrow/sparkles
https://joshwcomeau.com/react/animated-sparkles-in-react/
ember-sparkles
htmlbars D3 library for Ember 2.5+
@hyper.fun/ionicons-sparkles
👉 https://hyper.fun/c/ionicons-sparkles/1.3.0
npm install sparkles
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
20 Stars
31 Commits
6 Forks
5 Watchers
1 Branches
4 Contributors
Updated on Mar 23, 2024
Latest Version
2.1.0
Package Id
sparkles@2.1.0
Unpacked Size
5.70 kB
Size
2.48 kB
File Count
5
NPM Version
9.8.0
Node Version
20.5.0
Published on
Mar 23, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
6
Namespaced global event emitter
Sparkles exports a function that returns a singleton EventEmitter
.
This EE can be shared across your application, whether or not node loads
multiple copies.
Note: If you put an event handler in a file in your application, that file must be loaded in via an import somewhere in your application, even if it's not directly being used. Otherwise, it will not be loaded into memory.
1var sparkles = require('sparkles')(); // make sure to call the function 2 3sparkles.on('my-event', function (evt) { 4 console.log('my-event handled', evt); 5}); 6 7sparkles.emit('my-event', { my: 'event' });
Returns an EventEmitter that is shared amongst the provided namespace. If no namespace is provided, returns a default EventEmitter.
Checks whether a namespace exists and returns true or false.
This is a "global emitter"; shortened: "glitter" but it was already taken; so we got sparkles instead :smile:
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 3/28 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
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