Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@biomejs/cli-darwin-x64
Advanced tools
1.7.3 (2024-05-06)
The stdin-file-path option now works correctly for Astro/Svelte/Vue files (#2686)
Fix #2225 where lint output become empty for Vue files.
Contributed by @tasshi-me
biome migrate eslint
now correctly resolve @scope/eslint-config
(#2705). Contributed by @Conaclos
Add nursery/useExplicitLengthCheck. Contributed by @minht11
useExhaustiveDependencies
now recognizes (some) dependencies that change on
every render (#2374).
Contributed by @arendjr
noBlankTarget no longer hangs when applying a code fix (#2675).
Previously, the following code made Biome hangs when applying a code fix.
<a href="https://example.com" rel="" target="_blank"></a>
Contributed by @Conaclos
noRedeclare no longer panics on conditional type (#2659).
This is a regression introduced by #2394.
This regression makes noRedeclare
panics on every conditional types with infer
bindings.
Contributed by @Conaclos
noUnusedLabels and noConfusingLabels now ignore svelte reactive statements (#2571).
The rules now ignore reactive Svelte blocks in Svelte components.
<script>
$: { /* reactive block */ }
</script>
Contributed by @Conaclos
useExportType no longer removes leading comments (#2685).
Previously, useExportType
removed leading comments when it factorized the type
qualifier.
It now provides a code fix that preserves the leading comments:
- export {
+ export type {
/**leading comment*/
- type T
+ T
}
Contributed by @Conaclos
useJsxKeyInIterable no longer reports false positive when iterating on non-jsx items (#2590).
The following snipet of code no longer triggers the rule:
<>{data.reduce((total, next) => total + next, 0)}</>
Contributed by @dyc3
Fix typo by renaming useConsistentBuiltinInstatiation
to useConsistentBuiltinInstantiation
Contributed by @minht11
Fix the rule useSingleCaseStatement
including break
statements when counting the number of statements in a switch
statement (#2696)
FAQs
Unknown package
The npm package @biomejs/cli-darwin-x64 receives a total of 131,387 weekly downloads. As such, @biomejs/cli-darwin-x64 popularity was classified as popular.
We found that @biomejs/cli-darwin-x64 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.