
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@touchspin/core
Advanced tools
Framework-agnostic TouchSpin logic that powers every renderer. The package exposes ESM-only entry points and ships TypeScript declarations in dist/.
npm install @touchspin/core
import { TouchSpin } from '@touchspin/core';
import Bootstrap5Renderer from '@touchspin/renderer-bootstrap5';
import '@touchspin/renderer-bootstrap5/css';
TouchSpin(document.querySelector('#quantity'), {
renderer: Bootstrap5Renderer,
min: 0,
max: 100,
step: 1,
});
TouchSpin attaches the instance directly to the DOM element and returns the API object (methods such as upOnce, downOnce, updateSettings, destroy). Retrieve an existing instance with getTouchSpin(element) when needed.
@touchspin/core → dist/index.js (ESM) with dist/index.d.ts@touchspin/core/renderer → renderer contracts and base classes (dist/renderer.js, dist/renderer.d.ts)package.json is exposed for tooling via exports['./package.json']sideEffects: false enables tree-shaking for bundlers.@touchspin/jquerypackages/renderers@touchspin/web-componentFor implementation details and extension guidelines, see docs/architecture/renderer-guide.md.
FAQs
Core logic for TouchSpin (framework-agnostic)
We found that @touchspin/core 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.