
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-ux/ng-ovh-payment-method
Advanced tools
Set of angularJS service and components in order to deal with OVHcloud payment methods.
$ yarn add @ovh-ux/ng-ovh-payment-method
import angular from 'angular';
import ngOvhPaymentMethod from '@ovh-ux/ng-ovh-payment-method';
// add the `ngOvhPaymentMethod` module as dependency of your AngularJS project.
angular.module('myApp', [ngOvhPaymentMethod]).config(
/* @ngInject */ (ovhPaymentMethodProvider) => {
// Set the url of payment method list page, where the user
// should be redirected when he has no default payment method.
ovhPaymentMethodProvider.setPaymentMethodPageUrl(constants.target);
// set user locale
ovhPaymentMethodProvider.setUserLocale('fr_FR');
},
);
$ yarn test
Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, our contributing guide will help get you started.
BSD-3-Clause © OVH SAS
FAQs
Get payment methods from different OVHcloud APIs
The npm package @ovh-ux/ng-ovh-payment-method receives a total of 196 weekly downloads. As such, @ovh-ux/ng-ovh-payment-method popularity was classified as not popular.
We found that @ovh-ux/ng-ovh-payment-method demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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.