Gathering detailed insights and metrics for @bevry/nodejs-ecmascript-compatibility
Gathering detailed insights and metrics for @bevry/nodejs-ecmascript-compatibility
npm install @bevry/nodejs-ecmascript-compatibility
Typescript
Module System
Min. Node Version
Node Version
NPM Version
72.9
Supply Chain
95.9
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (100%)
Total Downloads
25,076
Last Day
7
Last Week
28
Last Month
117
Last Year
16,026
1 Stars
24 Commits
3 Watching
1 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
5.8.0
Package Id
@bevry/nodejs-ecmascript-compatibility@5.8.0
Unpacked Size
102.75 kB
Size
17.70 kB
File Count
15
NPM Version
10.2.3
Node Version
20.10.0
Publised On
29 Dec 2023
Cumulative downloads
Total Downloads
Last day
250%
7
Compared to previous day
Last week
154.5%
28
Compared to previous week
Last month
-14%
117
Compared to previous month
Last year
223.6%
16,026
Compared to previous year
API for the Node.js ECMAScript Compatibility information, such that for a particular Node.js release, you get details on which and how many features of an ECMAScript version are supported.
1import { 2 fetchNodeVersionCompatibility, 3 fetchNodeVersionsCompatibility, 4 fetchMutualCompatibleESVersionsForNodeVersions, 5 fetchExclusiveCompatibleESVersionsForNodeVersions, 6 fetchAllCompatibleESVersionsForNodeVersions, 7} from '@bevry/nodejs-ecmascript-compatibility' 8 9// fetch the compatibility information for the current node.js version 10fetchNodeVersionCompatibility().then(console.log) 11 12// fetch the details for a specific node.js version 13fetchNodeVersionCompatibility('4.9.1').then(console.log) 14 15// fetch the details for multiple node.js versions 16fetchNodeVersionsCompatibility(['4.9.1', '12.0.0']).then(console.log) 17 18// fetch each ECMAScript version that supports both releases 19fetchMutualCompatibleESVersionsForNodeVersions(['4.9.1', '12.0.0']).then( 20 console.log, 21) 22 23// fetch the minimum ECMAScript versions required to support both releases 24fetchExclusiveCompatibleESVersionsForNodeVersions(['4.9.1', '12.0.0']).then( 25 console.log, 26) 27 28// fetch each ECMAScript version that supports either release 29fetchAllCompatibleESVersionsForNodeVersions(['4.9.1', '12.0.0']).then( 30 console.log, 31)
Node.js versions 15 and 16 will need to use --experimental-global-fetch
.
npm install --save @bevry/nodejs-ecmascript-compatibility
import * as pkg from ('@bevry/nodejs-ecmascript-compatibility')
const pkg = require('@bevry/nodejs-ecmascript-compatibility')
1import * as pkg from 'https://unpkg.com/@bevry/nodejs-ecmascript-compatibility@^5.8.0/edition-deno/index.ts'
1<script type="module"> 2 import * as pkg from '//cdn.skypack.dev/@bevry/nodejs-ecmascript-compatibility@^5.8.0' 3</script>
1<script type="module"> 2 import * as pkg from '//unpkg.com/@bevry/nodejs-ecmascript-compatibility@^5.8.0' 3</script>
1<script type="module"> 2 import * as pkg from '//dev.jspm.io/@bevry/nodejs-ecmascript-compatibility@5.8.0' 3</script>
This package is published with the following editions:
@bevry/nodejs-ecmascript-compatibility/source/index.ts
is TypeScript source code with Import for modules@bevry/nodejs-ecmascript-compatibility/edition-browsers/index.js
is TypeScript compiled against ES2022 for web browsers with Import for modules@bevry/nodejs-ecmascript-compatibility
aliases @bevry/nodejs-ecmascript-compatibility/edition-es2022/index.js
@bevry/nodejs-ecmascript-compatibility/edition-es2022/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Require for modules@bevry/nodejs-ecmascript-compatibility/edition-es2022-esm/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Import for modules@bevry/nodejs-ecmascript-compatibility/edition-types/index.d.ts
is TypeScript compiled Types with Import for modules@bevry/nodejs-ecmascript-compatibility/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
SAST tool is run on all commits
Details
Reason
license file detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 0/19 approved changesets -- score normalized to 0
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
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-03
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