Installations
npm install meteor-promise
Score
94.9
Supply Chain
71.9
Quality
78.5
Maintenance
100
Vulnerability
100
License
Developer
meteor
Developer Guide
Module System
CommonJS, UMD
Min. Node Version
Typescript Support
No
Node Version
12.19.0
NPM Version
6.14.8
Statistics
63 Stars
139 Commits
15 Forks
26 Watching
2 Branches
20 Contributors
Updated on 28 Jan 2023
Languages
JavaScript (96.89%)
CSS (2.67%)
HTML (0.3%)
Shell (0.14%)
Total Downloads
Cumulative downloads
Total Downloads
25,085,636
Last day
6.8%
3,407
Compared to previous day
Last week
0.3%
18,622
Compared to previous week
Last month
-5.6%
82,356
Compared to previous month
Last year
-33.6%
1,360,525
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
promise
ECMAScript 2015 Promise polyfill with Fiber support
This repository has been merged into Meteor main repository. You can find it there.
The static methods Promise.async
and Promise.await
implement the
relaxed async
and await
functions proposed in this talk: Why Fibers
Make Sense For Meteor.
Note: as of
v0.4.0, this
library no longer depends directly on the
fibers
package. If you want to
use this library in a codebase that uses Fiber
s, make sure to set
Promise.Fiber
to the Fiber
constructor that you use elsewhere. For
example,
here
is how it's done in the test code for this repository.
If you'd like to use this package
in a Meteor project, a much simpler
approach is simply to run meteor add promise
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
2 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m / GHSA-xvch-5gv4-984h
Reason
Found 4/27 approved changesets -- score normalized to 1
Reason
project is archived
Details
- Warn: Repository is archived.
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 7 are checked with a SAST tool
Score
2.9
/10
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 More