
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
@bahtera/virgo
Advanced tools
Virgo is a JavaScript library built to help developing modern web applications faster and easier.
Virgo is a JavaScript library built to help developing modern web applications faster and easier.
First, you need to include the bundled CSS file inside <head>
tag:
<link rel="stylesheet" href="https://unpkg.com/@bahtera/virgo/dist/virgo.bundle.min.css">
Then, include the bundled JS file just before the closing of </body>
tag:
<script src="https://unpkg.com/@bahtera/virgo/dist/virgo.bundle.min.js"></script>
Virgo is ready to launch.
Using Virgo is easy. If you know HTML, then you know Virgo. It leverages your knowledge about Web and its technology and doesn't try to force you to learn new concepts.
For example, to create a datepicker input inside a form with default configuration, you can do it with basic and valid HTML:
<form>
<input type="datepicker" name="birthdate" data-label="Your Birthdate">
</form>
That script will transform standard HTML date input and provide datepicker component that works accross the browsers. data-label
attribute is optional, but it will give you a label above the input box –automagically.
For more interesting things about what you can do with Virgo, visit the documentation site on https://virgo.netlify.app/.
We are going to implement integrations with Angular, ReactJS, VueJS, and Svelte in near future. So, stay tuned!
Virgo is licensed under MIT License, which means it is available for:
without any charge. But we encourage you to contribute in development, or support us financially if this library is helpful. Spreading good words on Virgo inside your communities is also appreciated.
FAQs
Virgo is a JavaScript library built to help developing modern web applications faster and easier.
The npm package @bahtera/virgo receives a total of 36 weekly downloads. As such, @bahtera/virgo popularity was classified as not popular.
We found that @bahtera/virgo 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
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.