Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ovh-angular-doc-url
Advanced tools
Easily create links or get urls to 2api endpoint which redirects to documentation systems
Easily create links or get urls to 2api endpoint which redirects to documentation systems (Content manager and docs.ovh.com)
<ovh-doc-url doc-id="g1769.creating_ssh_keys">My link</ovh-doc-url>
ovhDocUrl.getDocUrl("g1769.creating_ssh_keys")
<ovh-doc-url doc-id="cloud/dedicated/ovh-ssh-key">My link</ovh-doc-url>
ovhDocUrl.getDocUrl("cloud/dedicated/ovh-ssh-key")
bower install ovh-angular-doc-url --save
npm install ovh-angular-doc-url --save
git clone https://github.com/ovh-ux/ovh-angular-doc-url.git
cd ovh-angular-doc-url
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
Then inject actionsMenu module in your module declaration:
angular.module("myModule", [
...
"ovh-angular-doc-url",
...
]);
In your web page:
<script src="angular.js"></script>
<script src="dist/ovh-angular-doc-urls"></script>
.config((TranslateServiceProvider, ovhDocUrlProvider) => {
ovhDocUrlProvider.setUserLocale(TranslateServiceProvider.getUserLocale());
});
.config((TranslateServiceProvider, ovhDocUrlProvider) => {
ovhDocUrlProvider.setUrlPrefix("/engine/2api");
});
See https://github.com/ovh-ux/ovh-angular-doc-url/blob/master/LICENSE
FAQs
Easily create links or get urls to 2api endpoint which redirects to documentation systems
The npm package ovh-angular-doc-url receives a total of 0 weekly downloads. As such, ovh-angular-doc-url popularity was classified as not popular.
We found that ovh-angular-doc-url demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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 uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.