Gathering detailed insights and metrics for @aurelia/babel-jest
Gathering detailed insights and metrics for @aurelia/babel-jest
Gathering detailed insights and metrics for @aurelia/babel-jest
Gathering detailed insights and metrics for @aurelia/babel-jest
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
npm install @aurelia/babel-jest
Typescript
Module System
Min. Node Version
Node Version
NPM Version
52
Supply Chain
24.7
Quality
87.7
Maintenance
100
Vulnerability
98.2
License
v2.0.0-beta.24
Updated on Apr 28, 2025
v2.0.0-beta.23
Updated on Jan 26, 2025
v2.0.0-beta.22
Updated on Sep 30, 2024
v2.0.0-beta.21
Updated on Aug 08, 2024
v2.0.0-beta.20
Updated on Jul 07, 2024
v2.0.0-beta.19
Updated on Jun 12, 2024
TypeScript (98.24%)
JavaScript (1.31%)
HTML (0.42%)
EJS (0.02%)
CSS (0.01%)
Total Downloads
183,268
Last Day
18
Last Week
122
Last Month
341
Last Year
16,406
MIT License
1,446 Stars
9,535 Commits
150 Forks
54 Watchers
61 Branches
67 Contributors
Updated on Jul 01, 2025
Minified
Minified + Gzipped
Latest Version
2.0.0-beta.24
Package Id
@aurelia/babel-jest@2.0.0-beta.24
Unpacked Size
22.66 kB
Size
5.28 kB
File Count
11
NPM Version
10.9.0
Node Version
22.12.0
Published on
Apr 27, 2025
Cumulative downloads
Total Downloads
Last Day
0%
18
Compared to previous day
Last Week
41.9%
122
Compared to previous week
Last Month
-56.8%
341
Compared to previous month
Last Year
-70.4%
16,406
Compared to previous year
For the latest stable version:
1npm i -D @aurelia/babel-jest
For our nightly builds:
1npm i -D @aurelia/babel-jest@dev
In jest.config.js
or package.json
:
1"transform": { 2 "\\.(js|html)$": "@aurelia/babel-jest" 3}
Use ShadowDOM:
1"transform": { 2 "\\.(js|html)$": ["@aurelia/babel-jest", { defaultShadowOptions: { mode: 'open' } }] 3}
Use CSS Modules:
1"transform": { 2 "\\.(js|html)$": ["@aurelia/babel-jest", { useCSSModule: true }] 3}
No vulnerabilities found.
Reason
24 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 14/30 approved changesets -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 3
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
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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