
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
ember-eslint-parser
Advanced tools
This is the eslint parser for ember's gjs and gts files (using `<template>`).
This is the eslint parser for ember's gjs and gts files (using <template>
).
It is meant to be used with eslint-plugin-ember, which provides nice defaults for all the different file types in ember projects.
It's recommended to only use overrides when defining your eslint config, so using this parser would look like this:
{
files: ['**/*.gjs'],
parser: 'ember-eslint-parser',
plugins: ['ember'],
extends: [
'eslint:recommended',
'plugin:ember/recommended',
'plugin:ember/recommended-gjs',
],
},
{
files: ['**/*.gts'],
parser: 'ember-eslint-parser',
plugins: ['ember'],
extends: [
'eslint:recommended',
'plugin:ember/recommended',
'plugin:ember/recommended-gts',
],
},
if we detect a typescript parser, it will also be used for all files, otherwise babel parser will be used. If we cannot find a typescript parser when linting gts we throw an error.
eslint-plugin-ember is the primary consumer of this parser library, so SemVer may not be respected for other consumers.
FAQs
This is the eslint parser for ember's gjs and gts files (using `<template>`).
The npm package ember-eslint-parser receives a total of 74,649 weekly downloads. As such, ember-eslint-parser popularity was classified as popular.
We found that ember-eslint-parser demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.