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
npm install @aurelia/babel-jest
Typescript
Module System
Min. Node Version
Node Version
NPM Version
52.2
Supply Chain
67.2
Quality
91.9
Maintenance
100
Vulnerability
98.2
License
v2.0.0-beta.22
Published on 30 Sept 2024
v2.0.0-beta.21
Published on 08 Aug 2024
v2.0.0-beta.20
Published on 07 Jul 2024
v2.0.0-beta.19
Published on 12 Jun 2024
v2.0.0-beta.18
Published on 23 May 2024
v2.0.0-beta.17
Published on 11 May 2024
TypeScript (98.2%)
JavaScript (1.34%)
HTML (0.42%)
EJS (0.02%)
CSS (0.01%)
Total Downloads
177,132
Last Day
25
Last Week
268
Last Month
1,044
Last Year
20,249
1,407 Stars
9,483 Commits
147 Forks
56 Watching
49 Branches
66 Contributors
Minified
Minified + Gzipped
Latest Version
2.0.0-beta.22
Package Id
@aurelia/babel-jest@2.0.0-beta.22
Unpacked Size
22.50 kB
Size
5.23 kB
File Count
11
NPM Version
10.2.3
Node Version
18.19.0
Publised On
30 Sept 2024
Cumulative downloads
Total Downloads
Last day
-63.8%
25
Compared to previous day
Last week
-6.3%
268
Compared to previous week
Last month
-28.8%
1,044
Compared to previous month
Last year
-69.9%
20,249
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
16 commit(s) and 11 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
2 existing vulnerabilities detected
Details
Reason
Found 18/30 approved changesets -- score normalized to 6
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
Score
Last Scanned on 2025-01-13
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