
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.
@author.io/element-base
Advanced tools
This is the base class used to build Author.io custom HTML elements (web components). It provides incredibly lightweight utilities and was designed for optimizing all <author-*>
custom tags.
We're using BrowserStack to make sure these components work on the browsers developers care about.
This library must be included once in HTML pages before any author-*
tags.
There are 4 versions of the base class available:
Each version has it's own source map, so it's always possible to trace activity back to a specific code block in the source.
You only need to choose one of these files. If you need to support Internet Explorer, older versions of Chrome/Firefox/Safari, then you likely need the ES5 version.
Via Global CDN
<html>
<head>
<script src="https://cdn.author.io/author-element/base/1.0.0.min.js"></script>
<script src="https://cdn.author.io/element/whatever/element.min.js"></script>
</head>
</html>
Via npm
First install the module locally:
npm install @author.io/element-base -S
Then include it in your HTML:
<html>
<head>
<script src="./node_modules/@author.io/element-base/dist/author-base.min.js"></script>
<script src="https://domain.com/path/to/custom/element.js"></script>
</head>
</html>
FAQs
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.