Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@nib-components/date-input-mask
Advanced tools
A date input mask. Limits data entry to DD/DD/DDDD where D is a digit (0-9).
A date input mask. Limits data entry to DD/DD/DDDD where D is a digit (0-9).
Browserify:
npm install --save @nib-components/date-input-mask
HTML:
<input/>
JavaScript:
var mask = require('@nib-components/date-input-mask');
var el = document.querySelector('input');
mask(el);
1.0.0
FAQs
A date input mask. Limits data entry to DD/DD/DDDD where D is a digit (0-9).
The npm package @nib-components/date-input-mask receives a total of 10 weekly downloads. As such, @nib-components/date-input-mask popularity was classified as not popular.
We found that @nib-components/date-input-mask demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 32 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
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.