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-win32-x64
Advanced tools
1.3.3 (2023-10-31)
void
type is used in a generic type parameter. Contributed by @unvalleyoverrides
behave. Now ignore
and include
apply or not the override pattern, so they override each other.
Now the options inside overrides
override the top-level options.overrides
are run. The properties ignore
and include
have different semantics and only apply/not apply
an override. Contributed by @ematipicoApply the correct layout when the right hand of an assignment expression is an await
expression or a yield
expression. Contributed by @ematipico
Fix #303, where nested arrow functions didn't break. Contributed by @victor-teles
Fix #175 which made noRedeclare report index signatures using the name of a variable in the parent scope.
Fix #557 which
made noUnusedImports report imported types used in typeof
expression. Contributed by @Conaclos
Fix #576 by removing some erroneous logic in noSelfAssign. Contributed by @ematipico
Fix #861 that made noUnusedVariables always reports the parameter of a non-parenthesize arrow function as unused.
Fix #595 by updating unsafe-apply logic to avoid unexpected errors in noUselessFragments. Contributed by @nissy-dev
Fix #591 which made noRedeclare report type parameters with identical names but in different method signatures. Contributed by @Conaclos
Support more a11y roles and fix some methods for a11y lint rules Contributed @nissy-dev
Fix #609 useExhaustiveDependencies
, by removing useContext
, useId
and useSyncExternalStore
from the known hooks. Contributed by @msdlisper
Fix useExhaustiveDependencies
, by removing useContext
, useId
and useSyncExternalStore
from the known hooks.
Contributed by @msdlisper
Fix #871 and #610.
Now useHookAtTopLevel
correctly handles nested functions. Contributed by @arendjr
The options of the rule useHookAtTopLevel
are deprecated and will be removed in Biome 2.0. The rule now determines
the hooks using the naming convention set by React.
{
"linter": {
"rules": {
"correctness": {
+ "useHookAtTopLevel": "error",
- "useHookAtTopLevel": {
- "level": "error",
- "options": {
- "hooks": [
- {
- "name": "useLocation",
- "closureIndex": 0,
- "dependenciesIndex": 1
- },
- { "name": "useQuery", "closureIndex": 1, "dependenciesIndex": 0 }
- ]
- }
- }
}
}
}
}
FAQs
Unknown package
The npm package @biomejs/cli-win32-x64 receives a total of 111,893 weekly downloads. As such, @biomejs/cli-win32-x64 popularity was classified as popular.
We found that @biomejs/cli-win32-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.