
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@pod-os/elements
Advanced tools
HTML custom elements (aka web components) for PodOS.
Using data from Solid Pods as easy as writing HTML!
head
<pos-app></pos-app>
to the body
and use any PodOS element within it.Try this 🤩:
<!doctype html>
<html>
<head>
<title>PodOS Quick Start</title>
<script type="module" src="https://unpkg.com/@pod-os/elements/dist/elements/elements.esm.js"></script>
<link href="https://unpkg.com/@pod-os/elements/dist/elements/elements.css" rel="stylesheet">
</head>
<body>
<pos-app>
<ion-content> <!-- PodOS elements are build on Ionic -->
<pos-resource uri="https://solidproject.solidcommunity.net/profile/card#me">
<h1>
<pos-label/>
</h1>
<blockquote>
<pos-description/>
</blockquote>
</pos-resource>
</ion-content>
</pos-app>
</body>
</html>
Follow the instructions in the projects main readme.
To run all unit and integration tests execute:
npm test
FAQs
Custom elements for usage with Solid Pods
The npm package @pod-os/elements receives a total of 104 weekly downloads. As such, @pod-os/elements popularity was classified as not popular.
We found that @pod-os/elements 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.