Gathering detailed insights and metrics for ambi
Gathering detailed insights and metrics for ambi
Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
npm install ambi
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (88.68%)
JavaScript (11.32%)
Total Downloads
41,364,219
Last Day
12,955
Last Week
55,280
Last Month
248,751
Last Year
3,544,838
15 Stars
584 Commits
3 Forks
2 Watching
1 Branches
6 Contributors
Minified
Minified + Gzipped
Latest Version
10.9.0
Package Id
ambi@10.9.0
Unpacked Size
51.11 kB
Size
12.56 kB
File Count
18
NPM Version
10.2.3
Node Version
20.10.0
Publised On
28 Dec 2023
Cumulative downloads
Total Downloads
Last day
-53.7%
12,955
Compared to previous day
Last week
-27.7%
55,280
Compared to previous week
Last month
0.9%
248,751
Compared to previous month
Last year
-0.4%
3,544,838
Compared to previous year
Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
npm install --save ambi
import pkg from ('ambi')
const pkg = require('ambi').default
1import pkg from 'https://unpkg.com/ambi@^10.9.0/edition-deno/index.ts'
1<script type="module"> 2 import pkg from '//cdn.skypack.dev/ambi@^10.9.0' 3</script>
1<script type="module"> 2 import pkg from '//unpkg.com/ambi@^10.9.0' 3</script>
1<script type="module"> 2 import pkg from '//dev.jspm.io/ambi@10.9.0' 3</script>
This package is published with the following editions:
ambi
aliases ambi/index.cjs
which uses the Editions Autoloader to automatically select the correct edition for the consumer's environmentambi/source/index.ts
is TypeScript source code with Import for modulesambi/edition-browsers/index.js
is TypeScript compiled against ES2022 for web browsers with Import for modulesambi/edition-es2022/index.js
is TypeScript compiled against ES2022 for Node.js 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modulesambi/edition-es5/index.js
is TypeScript compiled against ES5 for Node.js 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modulesambi/edition-es2022-esm/index.js
is TypeScript compiled against ES2022 for Node.js 12 || 14 || 16 || 18 || 20 || 21 with Import for modulesambi/edition-types/index.d.ts
is TypeScript compiled Types with Import for modulesambi/edition-deno/index.ts
is TypeScript source code made to be compatible with DenoDiscover the release history by heading on over to the HISTORY.md
file.
Discover how to contribute via the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under:
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
SAST tool is run on all commits
Details
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
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
Score
Last Scanned on 2025-01-27
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