
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@paraboly/pwc-sliding-panel
Advanced tools
A panel that slides open from the sides of the page when you click a handle.
<script
type="module"
src="https://unpkg.com/@paraboly/pwc-sliding-panel@latest/dist/pwc-sliding-panel/pwc-sliding-panel.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/@paraboly/pwc-sliding-panel@latest/dist/pwc-sliding-panel/pwc-sliding-panel.js"
></script>
npm install @paraboly/pwc-sliding-panel --save
<script src='node_modules/@paraboly/pwc-sliding-panel/dist/pwc-sliding-panel.js'></script>
in the head of your index.htmlnpm install @paraboly/pwc-sliding-panel --save
import @paraboly/pwc-sliding-panel;
This is just an example from pwc-animated-checkbox, you need to change it!
<pwc-animated-checkbox></pwc-animated-checkbox>
This is just an example from pwc-animated-checkbox, you need to change it!
// Multiple Checkboxes
const pwcCheckboxes = document.querySelectorAll("pwc-animated-checkbox");
pwcCheckboxes.forEach(element => {
element.addEventListener("checkedEvent", event => {
console.log("Event: ", event.detail);
});
})
// Selects the first checkbox
const pwcCheckbox = document.querySelector("pwc-animated-checkbox");
pwcCheckbox.addEventListener("checkedEvent", event => {
console.log("First Element Event: ", event.detail);
Author, author@work_email.com | author@personal_email.com
WebComponent PWC README Boilerplate is available under the MIT license.
See the LICENSE file for more info.
FAQs
A panel that slides open from the sides of the page when you click a handle.
The npm package @paraboly/pwc-sliding-panel receives a total of 15 weekly downloads. As such, @paraboly/pwc-sliding-panel popularity was classified as not popular.
We found that @paraboly/pwc-sliding-panel demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.