Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@vertexvis/eslint-config-vertexvis
Advanced tools
This package contains Vertex's sharable config for ESLint. It includes formatting of JS, JSX, TS and TSX files through Prettier.
Add this package and ESLint as devDependencies
to your package.json
.
// package.json
{
"devDependencies": {
"@vertexvis/eslint-config-vertexvis": "0.0.0",
"eslint": "^6.1.0"
}
}
Add a .eslintrc.js
file to the root of your project that extends this config.
This package also includes an optional patch file which monkey patches ESLint's
module resolution for plugins. ESLint resolves plugins relative to the consuming
package. So any plugins referenced by a sharable config will need to NPM
installed in the consuming package. There's an open
issue and
discussion to change this behavior to resolve plugins relative to the imported
config's node_modules
folder. This shim mimics this behavior.
// .eslintrc.js
// Include the optional patch which resolves ESLint plugins relative to the
// sharable config package.
require('@vertexvis/eslint-config-vertexvis/patch');
module.exports = {
extends: '@vertexvis/vertexvis',
};
FAQs
The Vertex sharable ESLint config
The npm package @vertexvis/eslint-config-vertexvis receives a total of 13 weekly downloads. As such, @vertexvis/eslint-config-vertexvis popularity was classified as not popular.
We found that @vertexvis/eslint-config-vertexvis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.