Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@vismaux/nordic-cool-vue
Advanced tools
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 from '@vismaux/nordic-cool-vue';
import '@vismaux/nordic-cool-vue/dist/nc.css';
Vue.use(UI);
@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 and foremost, you need to have a working TypeScript Vue CLI setup.
npm install --save-dev sass-loader node-sass
@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 113 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.