
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
This is an jQuery Adapter for Δt.
It listen on the template events and writes to the DOM.
$ npm install dt-jquery
<script src="dt-jquery.browser.js"></script>
<scipt>
var jqueryify = window.dynamictemplate.jqueryify; // get the jquery adapter
</script>
Just throw your template in and add it to the DOM when it's ready:
var tpl = jquerify(template(mydata));
tpl.ready(function () {
$('.container').append(tpl.jquery);
});
tpl = jqueryify(new dynamictemplate.Template)
Expects a fresh Δt template instance (fresh means, instantiated in the same tick to prevent event loss).
It just simply listen for a bunch of events to use jQuery for DOM manipulation.
Uses requestAnimationFrame for heavy DOM manipulation like node insertion and node deletion.
Overrides the query method of the async XML Builder.
For query type text it returns the result of jQuery.text.
For query type attr it returns the result of jQuery.attr.
For query type tag it returns a dummy object that it will receive again on an add event.
FAQs
Δt browser render logic for adapters - async & dynamic templating engine
We found that dt-browser 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.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.