The speed of a single-page web application without having to write any JavaScript
Installations
npm install @hotwired/turbo
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>= 14
Node Version
20.17.0
NPM Version
10.8.2
Score
99.7
Supply Chain
77.9
Quality
87.6
Maintenance
100
Vulnerability
100
License
Releases
Contributors
Languages
JavaScript (99.96%)
Dockerfile (0.04%)
Developer
Download Statistics
Total Downloads
38,787,753
Last Day
10,089
Last Week
328,871
Last Month
1,349,642
Last Year
16,277,578
GitHub Statistics
6,787 Stars
1,172 Commits
434 Forks
89 Watching
24 Branches
106 Contributors
Package Meta Information
Latest Version
8.0.12
Package Id
@hotwired/turbo@8.0.12
Unpacked Size
387.00 kB
Size
82.22 kB
File Count
4
NPM Version
10.8.2
Node Version
20.17.0
Publised On
15 Oct 2024
Total Downloads
Cumulative downloads
Total Downloads
38,787,753
Last day
-10.1%
10,089
Compared to previous day
Last week
-4.1%
328,871
Compared to previous week
Last month
-7.9%
1,349,642
Compared to previous month
Last year
21.7%
16,277,578
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Turbo
Turbo uses complementary techniques to dramatically reduce the amount of custom JavaScript that most web applications will need to write:
- Turbo Drive accelerates links and form submissions by negating the need for full page reloads.
- Turbo Frames decompose pages into independent contexts, which scope navigation and can be lazily loaded.
- Turbo Streams deliver page changes over WebSocket or in response to form submissions using just HTML and a set of CRUD-like actions.
- Turbo Native lets your majestic monolith form the center of your native iOS and Android apps, with seamless transitions between web and native sections.
It's all done by sending HTML over the wire. And for those instances when that's not enough, you can reach for the other side of Hotwire, and finish the job with Stimulus.
Read more on turbo.hotwired.dev.
Contributing
Please read CONTRIBUTING.md.
© 2024 37signals LLC.
No vulnerabilities found.
Reason
19 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: MIT-LICENSE:0
- Info: FSF or OSI recognized license: MIT License: MIT-LICENSE:0
Reason
Found 7/13 approved changesets -- score normalized to 5
Reason
6 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x
- Warn: Project is vulnerable to: GHSA-wm7h-9275-46v2
- Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp
- Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w
- Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/ci.yml:1
- Warn: no topLevel permission defined: .github/workflows/dev-builds.yml:1
- Info: no jobLevel write permissions found
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/hotwired/turbo/ci.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/hotwired/turbo/ci.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/hotwired/turbo/ci.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dev-builds.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/hotwired/turbo/dev-builds.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dev-builds.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/hotwired/turbo/dev-builds.yml/main?enable=pin
- Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3
- Info: 0 out of 5 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 containerImage dependencies pinned
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 26 are checked with a SAST tool
Score
4.3
/10
Last Scanned on 2024-12-16
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 MoreOther packages similar to @hotwired/turbo
@hotwired/turbo-rails
The speed of a single-page web application without having to write any JavaScript
@types/hotwired__turbo
TypeScript definitions for @hotwired/turbo
react-native-turbo
Support for @hotwired/turbo in React Native apps
alpine-turbo-drive-adapter
Bridge library to enable full support for Alpine components in pages using Turbolinks/Turbo Drive