
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
ovh-angular-otrs
Advanced tools

bower install ovh-angular-otrs --save
npm install ovh-angular-otrs --save
Inject module
angular.module("myApp", ["ovh-angular-otrs"]);
Inject it to manager-navbar at app.config:
angular.module("myApp")
.config((OtrsPopupProvider) => {
OtrsPopupProvider.setBaseUrlTickets("…");
});
…
const assistanceMenu = [];
assistanceMenu.push({
title: $translate.instant("otrs_menu_new_ticket"),
click: (callback) => {
if (!OtrsPopupService.isLoaded()) {
OtrsPopupService.init();
} else {
OtrsPopupService.toggle();
}
if (_.isFunction(callback)) {
callback();
}
}
});
…
git clone https://github.com/ovh-ux/ovh-angular-otrs.git
cd ovh-angular-otrs
npm install
bower install
You've developed a new cool feature? Fixed an annoying bug? We'd be happy to hear from you!
Have a look in CONTRIBUTING.md
npm test
See https://github.com/ovh/ovh-angular-otrs/blob/master/LICENSE.md
FAQs
Manage OTRS tickets
The npm package ovh-angular-otrs receives a total of 2 weekly downloads. As such, ovh-angular-otrs popularity was classified as not popular.
We found that ovh-angular-otrs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 open source maintainers 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.