
Research
GemStuffer Campaign Abuses RubyGems as Exfiltration Channel Targeting UK Local Government
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.
ng-teleport
Advanced tools
Â
All in all, ngTeleport has similar functionality to ngTransclude, but ngTeleport allows you to uproot a piece of the DOM and place it elsewhere. However, ngTeleport is entirely Angular.js aware and therefore sets up the scope and interpolation for you.
First of all you need to define the ng-teleport attribute with a unique identifier for the scope on any DOM element you wish to teleport – this allows ngTeleport to take a note of the precompiled HTML. Once you've defined the ng-teleport you're free to move it around wherever you wish. Simply add teleport to your directive, and invoke it with the source (DOM node with the ng-teleport attribute), target, and any additional options.
<section ng-teleport="myElement">
</section>
With the above code section is now all ready to be teleported anywhere in the DOM where there is a valid Angular scope.
teleport(sectionElement, someOtherNode);
| Option | Type | Default | Result |
|---|---|---|---|
duplicate | Boolean | false | Instead of removing the source DOM it instead creates a copy of it. |
retainScope | Boolean | false | Retain the original scope of the node even though it's a child of another scope – not recommended due to complexity). |
insertion | String | append | Can either be append or prepend depending on what you're looking for. |
FAQs
Move a section of the DOM and inherit the scope of the target node.
We found that ng-teleport 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
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.