Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@vismaux/nordic-cool-vue
Advanced tools
![Nordic Cool Vue.js UI Library](https://ux.visma.com/wp-content/uploads/2020/10/Teamwork-2@2x.png "Nordic Cool Vue.js UI Library")
Get started with the Nordic Cool Vue.js UI Library and experience well written, designed and tested front end code.
After you've created a Vue CLI Project, install the Nordic Cool Vue.js UI Library using the following command:
npm install --save @vismaux/nordic-cool-vue
By running the command above, you have added the Nordic Cool Vue.js UI Library to your Vue CLI project. Next you need to:
@vismaux/nordic-cool-vue
plugin, components, and stylesheet inside in your src/main.js
:import Vue from 'vue';
import { UI, components } from '@vismaux/nordic-cool-vue/src';
import '@vismaux/nordic-cool-vue/src/index.scss';
Vue.use(UI, { components });
@vismaux/nordic-cool-vue
to transpileDependencies
inside of your vue.config.js
file. If you don't have a vue.config.js
file in your project root folder, create it:module.exports = {
transpileDependencies: ["@vismaux/nordic-cool-vue"]
}
First, you will need to get a Node.js environment up and running:
If you want to get started right away, download and install the Node.js binaries by visiting the official Node.js Downloads page.
The recommended way to install, keep your environment organized, and handle multiple Node.js versions to use for different applications is installing nvm. Here's how to install it for your specific operating system:
Run the following command in your command line:
brew install nvm
nvm ls-remote
nvm install 12.18.0
nvm use 12.18.0
Follow the steps specified in the nvm GitHub repository, or run the following command in your command line:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm ls-remote
nvm install 12.18.0
nvm use 12.18.0
The windows version requires you to Download and Install the executable from the nvm-windows GitHub repository.
nvm list available
nvm install 12.18.0
nvm use 12.18.0
git clone git@github.com:Visma-net-ERP/ui.git
npm run dev
npm run test
npm run lint
FAQs
Unknown package
The npm package @vismaux/nordic-cool-vue receives a total of 3 weekly downloads. As such, @vismaux/nordic-cool-vue popularity was classified as not popular.
We found that @vismaux/nordic-cool-vue demonstrated a not healthy version release cadence and project activity because the last version was released 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.