Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
angular-bind-html-compile-ci-dev
Advanced tools
Forked from angular-bind-html-compile, since it don't support access via npm, we forked it and put it on npm.
This repo contains a bower package that provides an angular directive which can be passed trusted html with angular template content to evaluate.
The bind-html-compile
directive allows for HTML containing directives to be compiled.
You should only use this directive where the content is coming from a trusted source.
npm install angular-bind-html-compile-ci-dev
Add dependency to your app module
'angular-bind-html-compile'
ng-bind-html
:
<div ng-bind-html="data.content"></div>
If the data.content
contained a directive, it would not be compiled.
bind-html-compile
:
<div bind-html-compile="data.content"></div>
.jshintrc
and jscsrc
. Automated travis tests will fail if these are not adhered to.CHANGELOG.md
with your new version number and a description of changes.version
property in bower.json
and package.json
git tag [version number]
git push
git push --tags
- must be done separately.FAQs
An npm version of angular-bind-html-compile.
The npm package angular-bind-html-compile-ci-dev receives a total of 398 weekly downloads. As such, angular-bind-html-compile-ci-dev popularity was classified as not popular.
We found that angular-bind-html-compile-ci-dev 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.