
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@symbiotejs/symbiote
Advanced tools
Symbiote.js - close-to-platform frontend library for building super-powered web components
Simple, light and very powerful library to create embedded components for any purpose, with a data flow management included.
Symbiote.js - is for symbiosis. That means, you can create complex meta-applications, above another applications, built with any modern stack.
The major purpose of Symbiote.js - is to move application inner interactions from the locked space of certain frameworks implementations to the common open space based on native platform features and standards, to be closer to the HTML, CSS and simple DOM APIs, without a lack of DX.
Best for:
Symbiote.js is designed to give the level of freedom, you got with Vanilla JS and to give the convenience level, as you got from the modern frameworks at the same time.
We believe, that good Developer Experience is not just a vulgar minimum of symbols you typing. We believe, that good DX is ability to easily understand, what exactly you see in the code and what exactly you doing. Mental models behind your work are very important for the best result achievement. So, we don't like an excess abstraction layers and the black-box magic compilers.
We build our DX philosophy on these principles:
The easiest way to try Symbiote.js is to create a simple html
file in your text editor and connect the Symbiote base class from web:
<script type="module">
import Symbiote, { html } from 'https://symbiotejs.github.io/symbiote.js/core/Symbiote.js';
class MyComponent extends Symbiote {
init$ = {
count: 0,
increment: () => {
this.$.count++;
},
}
}
MyComponent.template = html`
<h2>{{count}}</h2>
<button ${{onclick: 'increment'}}>Click me!</button>
`;
MyComponent.reg('my-component');
</script>
<my-component></my-component>
This code can work directly in any modern browser, so you don't need to install anything to try it!
Check the project documentation for details:
Symbiote.js is supported and tested in all major modern desktop and mobile browsers:
Internet Explorer - is outdated and not supported anymore.
Big thanks to 🟡 Uploadcare for supporting this project!
If you have questions or proposals - welcome to Symbiote Discussions! ❤️
FAQs
Symbiote.js - close-to-platform frontend library for building super-powered web components
The npm package @symbiotejs/symbiote receives a total of 27,982 weekly downloads. As such, @symbiotejs/symbiote popularity was classified as popular.
We found that @symbiotejs/symbiote demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.