Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@nautical-commerce/eslint-config-nautical
Advanced tools
There are several base configs to use in this package:
eslint-config-nautical
There are several base configs to use in this package:
nautical
: The base configuration for plain JS applicationsnautical/dist/next
: Configuration for Next.js appsnautical/dist/react
: Configuration for React librariesnautical/dist/typescript
: Configuration for Typescript based libraries** IMPORTANT **
As this config uses plugins you'll need to make sure you setup your eslint config to use @rushstack/eslint-patch
to make sure that the plugin modules are properly resolved.
e.g.
// This needs to be included for plugin modules to be resolved properly
require("@rushstack/eslint-patch/modern-module-resolution");
module.exports = {
extends: ["nautical"],
// ... your usual eslint config here
};
FAQs
There are several base configs to use in this package:
The npm package @nautical-commerce/eslint-config-nautical receives a total of 0 weekly downloads. As such, @nautical-commerce/eslint-config-nautical popularity was classified as not popular.
We found that @nautical-commerce/eslint-config-nautical demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.