Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@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 💻 📖 🎨 🚇 💡 ⚠️ |
This project follows the all-contributors specification. Contributions of any kind welcome!
v0.130.3 (Sun Jan 24 2021)
master
@devtools-ds/docs
, @devtools-ds/storybook-theme-addon
, @devtools-ds/storybook-utils
master
@devtools-ds/console
, @devtools-ds/dom-inspector
, @devtools-ds/diagnostic
, @devtools-ds/icon
, @devtools-ds/navigation
, @devtools-ds/node
, @devtools-ds/object-inspector
, @devtools-ds/table
, @devtools-ds/tree
, @devtools-ds/docs
, @devtools-ds/object-parser
, @devtools-ds/storybook-theme-addon
, @devtools-ds/storybook-utils
, @devtools-ds/themes
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 11 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 found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.