
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
eslint-import-resolver-ejoyreactnative
Advanced tools
React Native module resolution plugin for eslint-plugin-import
React Native module resolution plugin for eslint-plugin-import.
Uses eslint-import-resolver-node with a few modifications:
['.js', '.json', '.android.js', '.ios.js']eslint-plugin-import#626)npm install --save-dev eslint-import-resolver-reactnative
Configure ESLint to use this plugin.
// .eslintrc
settings:
import/resolver: reactnative
Use your project's name as part of the import path.
// package.json
{
"name": "cool-project"
}
import Button from 'cool-project/components/button';
// imports a file located at <PROJECT_ROOT>/components/button.js (or button.android.js or button.ios.js)
// ...
Notice that this plugin will resolve your project's name to your project's root folder.
FAQs
React Native module resolution plugin for eslint-plugin-import
We found that eslint-import-resolver-ejoyreactnative 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.