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.
@exercism/babel-preset-typescript
Advanced tools
Babel preset configuration for the TypeScript track on Exercism
This is the shared babel
preset configuration used by the TypeScript track. Shareable configs are designed to work with the presets
and plugins
feature of .babelrc
configuration files. This means you can use the same configuration you're used to on Exercism in your on projects!
⚠ It's customary to define dependencies such as
@babel/core
aspeerDependency
, so it's easy to determine its version by the including project, but because this preset is designed for end-usage, and we want to consolidate updating its dependencies in one place, we currently include these as hard dependencies.You can still override the version included via the
package-lock
file, tools like shrinkwrap, or dependency resolution such asyarn
provides.
To use the configuration, open your babel configuration file, and add the following value to presets
. For example, for JSON based configuration files:
{
"presets": ["@exercism/babel-preset-typescript"]
}
Find the configuration here. It's goal is to enable babel's preset environment, and occasionally introduce experimental syntax before it becomes widely adopted (stage 3 and beyond, for those following TC39).
FAQs
Babel preset configuration for the TypeScript track on Exercism
The npm package @exercism/babel-preset-typescript receives a total of 51 weekly downloads. As such, @exercism/babel-preset-typescript popularity was classified as not popular.
We found that @exercism/babel-preset-typescript demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.