Installations
npm install babel-plugin-transform-vite-meta-hot
Score
88.9
Supply Chain
88.7
Quality
75.2
Maintenance
100
Vulnerability
100
License
Releases
babel-plugin-transform-vite-meta-glob@1.1.2
Published on 16 Jan 2024
babel-preset-vite@1.1.3
Published on 16 Jan 2024
babel-plugin-transform-vite-meta-glob@1.1.1
Published on 26 Dec 2023
babel-preset-vite@1.1.2
Published on 26 Dec 2023
babel-plugin-transform-vite-meta-glob@1.1.0
Published on 18 Dec 2023
babel-preset-vite@1.1.1
Published on 18 Dec 2023
Developer
OpenSourceRaidGuild
Developer Guide
Module System
CommonJS
Min. Node Version
Typescript Support
No
Node Version
15.14.0
NPM Version
7.24.2
Statistics
60 Stars
57 Commits
13 Forks
2 Watching
5 Branches
5 Contributors
Updated on 29 Oct 2024
Bundle Size
941.00 B
Minified
443.00 B
Minified + Gzipped
Languages
TypeScript (98.73%)
JavaScript (1.27%)
Total Downloads
Cumulative downloads
Total Downloads
2,619,674
Last day
2.7%
11,154
Compared to previous day
Last week
-3.6%
57,673
Compared to previous week
Last month
9.3%
256,580
Compared to previous month
Last year
225.1%
2,003,383
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
2
babel-vite
Please note: this plugin is intended to provide an approximation of some of Vite specific transformations when running the code in non-Vite environment, for example, running tests with a NodeJS based test runner.
The functionality within these transformations should not be relied upon in production.
This repo includes the following presets and plugins:
For installation, usage and example, please refer to the documentation in the above packages.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Michael Peyper 💻 ⚠️ 📖 | Braydon Hall 💻 | Mohit 💻 | Rubén Moya 💻 | Mitchel van Bever 🤔 | vctqs1 💻 | DesselBane 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Issues
Looking to contribute? Look for the Good First Issue label.
🐛 Bugs
Please file an issue for bugs, missing documentation, or unexpected behavior.
💡 Feature Requests
Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.
❓ Questions
For questions related to using the library, you can raise issue here, or visit a support community:
LICENSE
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE.md:0
- Info: FSF or OSI recognized license: MIT License: LICENSE.md:0
Reason
packaging workflow detected
Details
- Info: Project packages its releases by way of GitHub Actions.: .github/workflows/validate.yml:42
Reason
Found 8/12 approved changesets -- score normalized to 6
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/validate.yml:1
- Info: no jobLevel write permissions found
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/OpenSourceRaidGuild/babel-vite/validate.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/OpenSourceRaidGuild/babel-vite/validate.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/OpenSourceRaidGuild/babel-vite/validate.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/OpenSourceRaidGuild/babel-vite/validate.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/OpenSourceRaidGuild/babel-vite/validate.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/OpenSourceRaidGuild/babel-vite/validate.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/OpenSourceRaidGuild/babel-vite/validate.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/OpenSourceRaidGuild/babel-vite/validate.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/OpenSourceRaidGuild/babel-vite/validate.yml/main?enable=pin
- Info: 0 out of 4 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 5 third-party GitHubAction 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
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 28 are checked with a SAST tool
Score
4.8
/10
Last Scanned on 2024-11-25
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 babel-plugin-transform-vite-meta-hot
@babel/plugin-transform-new-target
Transforms new.target meta property
babel-plugin-transform-vite-meta-env
babel plugin that emulates vite's import.meta.env functionality
babel-plugin-transform-vite-meta-glob
babel plugin that emulates vite's import.meta.glob import.meta.globEager functionality
@babel/plugin-transform-modules-commonjs
This plugin transforms ES2015 modules to CommonJS