
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@jill64/playwright-config
Advanced tools
🎭 Reusable My Playwright Config
npm i -D @jill64/playwright-config
playwright.config.ts
import { extendsConfig } from '@jill64/playwright-config'
export default extendsConfig({
webServer: {
command: 'npm run preview',
port: 4173
}
})
import { extendsConfig, vitePreview } from '@jill64/playwright-config'
export default extendsConfig(vitePreview)
import { extendsConfig, vitePreview, branchPreview } from '@jill64/playwright-config'
export default extendsConfig(branchPreview({
provider: 'cloudflare',
fallback: vitePreview
})
name: CI
on: push
jobs:
test:
uses: jill64/playwright-config/.github/workflows/run-playwright.yml@v2.1.0
with:
pre-test: npm run build
test-command: npx playwright test
provider: cloudflare
FAQs
🎭 Reusable My Playwright Config
We found that @jill64/playwright-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.