Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@netflix/x-element
Advanced tools
x-element
_________
/ /__ __\ \
/ / \ \ / \ \
\ \ /_\_\ / /
\_\_____/_/
A dead simple starting point for custom elements. It provides the following functionality:
.property
to [attribute]
reflection (opt-in)[attribute]
to .property
synchronization (one-directional, on connected)# save a local copy
curl https://raw.githubusercontent.com/Netflix/x-element/main/x-element.js > x-element.js
or
# load it from the web
import XElement from 'https://deno.land/x/element/x-element.js';
...or if you're fancy:
# use a package manager
npm install @netflix/x-element
x-element.js
npm install && npm start
Then...
See SPEC.md for all the deets.
[1.1.1] - 2024-11-09
connectedCallback
would be called
before initial dom updates could be applied. In particular, this caused issues
with default initial values causing unexpected observe
callbacks (#197).FAQs
A dead simple starting point for custom elements.
We found that @netflix/x-element demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.