
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
Scan files for credit card numbers
npx ccscanYou can also add ccscan to your project and set it up as a precommit hook that will block any commits that contain card numbers.
yarn add --dev ccscan husky lint-staged or npm install -D ccscan husky lint-staged
package.json"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx,js}": [
"ccscan",
"git add"
]
}
yarnyarn buildTo clean the build directory run yarn clean
yarn testpackage.jsonCHANGELOG.md entrynpm pack to see what will be published then delete the .tgz file that was creatednpm publish1.0.0 the tag and release name would be v1.0.0.FAQs
Scan files for credit card numbers
The npm package ccscan receives a total of 2,512 weekly downloads. As such, ccscan popularity was classified as popular.
We found that ccscan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 31 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.