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.
@hstech/vetur-lint
Advanced tools
[![npm version](https://badge.fury.io/js/angular2-expandable-list.svg)](https://badge.fury.io/js/angular2-expandable-list) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier
A shareable eslint + prettier config
This project requires NodeJS (version 16 or later) and Yarn. Node and Yarn are really easy to install. To make sure you have them available on your machine, try running the following command.
$ yarn -v && node -v
1.22.5
v16.4.2
To install and set up the library, run:
$ npm install --save-dev @hstech/vetur-lint
Or if you prefer using Yarn:
$ yarn add --dev @hstech/vetur-lint
Reference it in your package.json:
{
"eslintConfig": {
"extends": "./node_modules/@hstech/vetur-lint/.eslintrc"
}
}
Sharing a Prettier configuration is simple: just publish a module that exports a configuration object, say @hstech/vetur-lint, and reference it in your package.json:
{
"prettier": "@hstech/vetur-lint"
}
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
git checkout -b my-new-feature
git add .
git commit -am 'Add some feature'
git push origin my-new-feature
We use SemVer for versioning. For the versions available, see the tags on this repository.
MIT License © Andrea SonnY
FAQs
[![npm version](https://badge.fury.io/js/angular2-expandable-list.svg)](https://badge.fury.io/js/angular2-expandable-list) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier
The npm package @hstech/vetur-lint receives a total of 13 weekly downloads. As such, @hstech/vetur-lint popularity was classified as not popular.
We found that @hstech/vetur-lint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.