Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@ciscospark/eslint-config
Advanced tools
See https://ciscospark.github.io/spark-js-sdk/
Common eslint rules used by Cisco Spark
Eslint doesn't let us put plugins in shareable configs, so use the following command to install all peer dependencies needed by @ciscospark/eslint-config
.
(
export PKG=@ciscospark/eslint-config
npm info "$PKG@latest" peerDependencies --json \
| command sed 's/[\{\},]//g ; s/: /@/g' \
| xargs npm install --save-dev "$PKG@latest"
)
Which produces and runs a command like:
npm install --save-dev @ciscospark/eslint-config eslint@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-mocha@^#.#.# eslint-plugin-react@^#.#.#
By default, we export a set of es2015 rules encouraging use of import/export. You can use this ruleset with simply
extends: "@ciscospark"
Additionally, you may be interested in:
extends: "@ciscospark/eslint-config/es5"
root: true
extends: "@ciscospark/eslint-config/es2015"
root: true
extends:
- "@ciscospark"
- "@ciscospark/eslint-config/react"
root: true
.only
Note: this does not have a
root:true
so that you can drop in a subdirectory that will otherwise receive config from a higher-level file.
extends: "@ciscospark/eslint-config/mocha"
extends:
- "@ciscospark/eslint-config/es2015"
- "@ciscospark/eslint-config/bin"
root: true
FAQs
See https://ciscospark.github.io/spark-js-sdk/
The npm package @ciscospark/eslint-config receives a total of 4 weekly downloads. As such, @ciscospark/eslint-config popularity was classified as not popular.
We found that @ciscospark/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.