
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
sortablejs-plugin-debounce
Advanced tools
A Sortablejs Plugin, to debounce placing when dragging element.
A Sortablejs Plugin, to debounce placing when dragging element.
example:
// use the plugin
Sortable.mount(new DebouncePlugin());
new Sortable(document.getElementById("list"), {
animation: 150,
debounce: true, // enable the plugin
debounceTimeout: 300, // Place the element after dragging stops for 0.3 seconds.
shakeRange: 3 // 'stops' means the element stays in a circle area of 3px, which allows the user to shake element within a threshold.
});
FAQs
A Sortablejs Plugin, to debounce placing when dragging element.
The npm package sortablejs-plugin-debounce receives a total of 3 weekly downloads. As such, sortablejs-plugin-debounce popularity was classified as not popular.
We found that sortablejs-plugin-debounce demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.