Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@devtools-ds/dom-inspector
Advanced tools
An emulation of the Chrome and Firefox DOM inspector, built on the `@devtools-ds/tree` component.
An emulation of the Chrome and Firefox DOM inspector, built on the @devtools-ds/tree
component.
npm i @devtools-ds/dom-inspector
# or with yarn
yarn add @devtools-ds/dom-inspector
import { DOMInspector } from "@devtools-ds/dom-inspector";
const div = document.createElement("div");
const html = `
<!--This is a comment-->
<span>A span</span>
<button type="submit" class="btn">Submit</button>
`;
div.insertAdjacentHTML("beforeend", html);
export const Custom = () => <DOMInspector data={div} expandLevel={2} />;
Thanks goes to these wonderful people (emoji key):
Tyler Krupicka 💻 📖 🎨 🚇 💡 ⚠️ | Tyler Krupicka 📖 💻 💡 ⚠️ |
This project follows the all-contributors specification. Contributions of any kind welcome!
v0.133.0 (Mon Feb 01 2021)
@devtools-ds/object-inspector
, @devtools-ds/create
, @devtools-ds/port-controller
FAQs
An emulation of the Chrome and Firefox DOM inspector, built on the `@devtools-ds/tree` component.
The npm package @devtools-ds/dom-inspector receives a total of 17 weekly downloads. As such, @devtools-ds/dom-inspector popularity was classified as not popular.
We found that @devtools-ds/dom-inspector 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.