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.
@matt-riley/codes-layout-component
Advanced tools
This is a template for an Astro component library. Use this template for writing components to use in multiple projects or publish to NPM.
This is a template for an Astro component library. Use this template for writing components to use in multiple projects or publish to NPM.
npm create astro@latest -- --template component
Inside of your Astro project, you'll see the following folders and files:
/
├── index.ts
├── src
│ └── MyComponent.astro
├── tsconfig.json
├── package.json
The index.ts
file is the "entry point" for your package. Export your components in index.ts
to make them importable from your package.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm link | Registers this package locally. Run npm link my-component-library in an Astro project to install your components |
npm publish | Publishes this package to NPM. Requires you to be logged in |
FAQs
This is a template for an Astro component library. Use this template for writing components to use in multiple projects or publish to NPM.
The npm package @matt-riley/codes-layout-component receives a total of 0 weekly downloads. As such, @matt-riley/codes-layout-component popularity was classified as not popular.
We found that @matt-riley/codes-layout-component demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.