
Research
TeamPCP-Linked Supply Chain Attack Hits SAP CAP and Cloud MTA npm Packages
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.
ducktape-button
Advanced tools
sticky button for webview environment in iOS
yarn add ducktape-button
import { useRef } from 'react'
import createStickyButton from 'ducktape-button';
const useStickyButton = createStickyButton();
const ExampleComponent = () => {
const inputEl = useRef();
const { buttonEl, isButtonSticky } = useSticky({
inputs: [inputEl],
buttonMarginBottom: 0 // Control margin-bottom from virtual keyboard, if you need
})
return (
<div>
<input ref={inputEl} />
<button
style={{ border: isButtonSticky ? '1px solid red' : '1px solid black' }}
ref={buttonEl}>
click
</button>
</div>
)
}
FAQs
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
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.