Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
domx is a small, extensible library to help you embrace the native DOM in a simple, direct, and very powerful way.
Please check out the demo, the API and the F.A.Q.
Bower: bower install domx
NPM: npm install domx
Component: component install esha/domx
Download: domx.min.js, [domx.min.js.gz][domx-gz]
Includes each()
, query()
, queryAll()
, only()
, not()
, all()
, nearest()
, farthest()
, closest()
, insert()
, remove()
, toArray()
, document.x.add()
, document.x.alias()
, emmet abbreviations in insert()
, and dot():
Download: domx.tiny.min.js, domx.tiny.js.gz
Includes each()
, query()
, queryAll()
, only()
, not()
, all()
, nearest()
, farthest()
, closest()
, insert()
, remove()
, document.x.add()
, document.x.alias()
, and toArray()
:
The basic version with the most useful plugins (domx-value and domx-repeat) inserted. Those who used these plugins as part of the primary artifact prior to version 0.16.0 may use this artifact until they add the new projects for the plugins as dependencies. Download: domx.full.min.js, domx.full.min.js.gz
These were originally part of [domx][domx] or its demo and have been pulled out into separate projects.
Download:
xValue
getter/setter to nodes and queryName(name)
and queryNameAll(name)
functions to nodes and lists. These make it trivial to read/write rich, typed, and even nested model values to/from the DOM.repeat([value])
function to nodes and lists for easy duplicating of DOM structures. It takes an optional value parameter that will set xValue for the repeated node(s) if you also are using the domx-value extension.stringify()
function to nodes and lists to generate string versions of DOM nodes.FAQs
An intuitive, extensible way to work directly with the DOM.
The npm package domx receives a total of 4 weekly downloads. As such, domx popularity was classified as not popular.
We found that domx 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.