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
51.7
Supply Chain
68.4
Quality
88.8
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.22%)
JavaScript (1.33%)
HTML (0.42%)
EJS (0.02%)
CSS (0.01%)
Total Downloads
182,967
Last Day
5
Last Week
40
Last Month
689
Last Year
16,566
MIT License
1,435 Stars
9,523 Commits
150 Forks
57 Watchers
54 Branches
66 Contributors
Updated on May 03, 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
400%
5
Compared to previous day
Last Week
-85%
40
Compared to previous week
Last Month
-79%
689
Compared to previous month
Last Year
-71.2%
16,566
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
no dangerous workflow patterns detected
Reason
25 commit(s) and 19 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 13/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
17 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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