
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@appium/eslint-config-appium-ts
Advanced tools
Shared ESLint config for Appium projects (TypeScript version)
Provides a reusable ESLint shared configuration for Appium and Appium-adjacent projects.
Install the package:
npm install @appium/eslint-config-appium-ts --save-dev
And then, in your eslint.config.mjs file, extend the configuration:
import appiumConfig from '@appium/eslint-config-appium-ts';
export default [
...appiumConfig,
// add any other config changes
];
Copyright © 2023 OpenJS Foundation. Licensed Apache-2.0
FAQs
Shared ESLint config for Appium projects (TypeScript version)
The npm package @appium/eslint-config-appium-ts receives a total of 2,944 weekly downloads. As such, @appium/eslint-config-appium-ts popularity was classified as popular.
We found that @appium/eslint-config-appium-ts demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.