
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
dynamic-bind-html
Advanced tools
A directive inspired by ng-bind-html that accepts uncompiled angular code in addition to raw html.
You can also manually trigger a re-$compile of its contents with an "updateDynamicBindHtml" event.
Install via npm:
npm install dynamic-bind-html
Then include the dependency on your Angular module.
var app = angular.module('myapp', ['dynamic-bind-html']);
In the template:
<div dynamic-bind-html='{{dynamicHtml}}'></div>
In the controller:
$scope.dynamicHtml = "<span ng-bind-html='html'></span>";
$scope.html = "<h1>Expected Content</h1>";
Compiled result:
<div dynamic-bind-html="<span ng-bind-html='html'></span>">
<span ng-bind-html="html">
<h1>Expected Content</h1>
</span>
</div>
Install Gulp via npm if you don't have it
npm install -g gulp
Install npm and bower dev dependencies
npm install
bower install
gulp: build and test the project; equivalent to gulp testgulp build: build the project and make new files in distgulp serve: start a server to serve the demo page and launch a browser then watches for changes in src files to reload the pagegulp test: runs testsgulp serve-test: runs tests and keep test browser open for development. Watches for changes in source and test files to re-run the testsMIT
FAQs
A replacement for ng-bind-html that compiles angular code, too.
We found that dynamic-bind-html 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.