Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@uportal/api-template-vue
Advanced tools
[![NPM Version](https://img.shields.io/npm/v/@uportal/api-template-vue.svg)](https://www.npmjs.com/package/@uportal/api-template-vue) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.webjars.npm/uportal__api-template-vue/badge.svg)](
# install with npm
npm install @uportal/api-template-vue
# install with yarn
yarn add @uportal/api-template-vue
install with maven
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>uportal__api-template-vue</artifactId>
<version>{version number goes here}</version>
</dependency>
install with gradle
compile 'org.webjars.npm:uportal__api-template-vue:{version number goes here}'
The component requires a data-api-url
(URL to acquire a JSON payload).
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/@uportal/api-template-vue"></script>
<api-template-vue data-api-url="/uPortal/api/v5-0/people/me">
<div class="card">
<div class="card-body">
<h3 class="card-title">{{ displayName[0] }}</h3>
<table class="table">
<caption>
User attributes
</caption>
<tbody>
<tr>
<td>username:</td>
<td>{{ username[0] }}</td>
</tr>
<tr>
<td>email:</td>
<td>{{ mail[0] }}</td>
</tr>
<tr>
<td>Phone:</td>
<td>{{ telephoneNumber[0] }}</td>
</tr>
</tbody>
</table>
</div>
</div>
</api-template-vue>
data-api-url
(required, string): URL of the REST API that provides JSON data to the template.The default slot defines the Vue-based template containing the markup that will appear on the page.
[1.33.1][] - 2019-07-30
FAQs
[![NPM Version](https://img.shields.io/npm/v/@uportal/api-template-vue.svg)](https://www.npmjs.com/package/@uportal/api-template-vue) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.webjars.npm/uportal__api-template-vue/badge.svg)](
The npm package @uportal/api-template-vue receives a total of 32 weekly downloads. As such, @uportal/api-template-vue popularity was classified as not popular.
We found that @uportal/api-template-vue 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.