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.
@ticketmaster/eslint-config-allure
Advanced tools
Allure shareable ESLint configuration that follow Allure design system recommendations
Opinionated ESLint configuration that follow Allure design system recommendations
The following packages need to be present on your project in order to use this library.
"eslint": ">=7.0.0",
"prettier": "^2.0.5",
"typescript": ">=3.7.0"
If they are not already present, add the required peerDependencies to your devDependencies
yarn add eslint prettier typescript -D
Add @ticketmaster/eslint-config-allure
to your devDependencies
yarn add @ticketmaster/eslint-config-allure -D
Add "@ticketmaster/eslint-config-allure"
into the extends property of your .eslintrc.json
file.
{
"extends": ["@ticketmaster/eslint-config-allure"]
}
Since @ticketmaster/eslint-config-allure is opinionated, your TSLint configuration file should not have any override rules and should look very similar to the one above.
@ticketmaster/eslint-config-allure remove all the formating rules already supported by Prettier. Because of that, if you have an auto-fix script, you gonna need to add the Prettier formater inside of this script.
It is recommended to add the two following scripts into you packages.json to facilitate your usage of ESlint.
"scripts": {
"lint": "eslint .",
"format": "prettier --write --loglevel warn .",
"fix": "yarn lint --fix && yarn format"
}
FAQs
Allure shareable ESLint configuration that follow Allure design system recommendations
The npm package @ticketmaster/eslint-config-allure receives a total of 217 weekly downloads. As such, @ticketmaster/eslint-config-allure popularity was classified as not popular.
We found that @ticketmaster/eslint-config-allure demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.