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.
@currents/cli
Advanced tools
CLI tool for running cypress tests with https://currents.dev dashboard. [Currents.dev](https://currents.dev/?utm_source=currents_cli) - is a drop-in replacement for Cypress Dashboard.
CLI tool for running cypress tests with https://currents.dev dashboard. Currents.dev - is a drop-in replacement for Cypress Dashboard.
npm install @currents/cli cypress
npx currents run --parallel --record --key XXXXXX --ci-build-id build-001
npm install @currents/cli cypress
npx currents-prepare
npx cypress-retry ...
import { patch } from "@currents/cli";
import cypress from "cypress";
async function main() {
await patch();
cypress
.run({
spec: "./cypress/e2e/examples/actions.cy.js",
parallel: true,
record: true,
key: "Currents key from https://app.currents.dev",
ciBuildId: "hello-currents",
})
.then((results) => {
console.log(results);
})
.catch((err) => {
console.error(err);
});
}
main().catch((error) => {
console.error(error);
process.exit(1);
});
FAQs
Integrate Cypress with Currents - a drop-in replacement for Cypress Cloud
The npm package @currents/cli receives a total of 16,213 weekly downloads. As such, @currents/cli popularity was classified as popular.
We found that @currents/cli 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.
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.