
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
@socketregistry/safe-array-concat
Advanced tools
Socket.dev optimized package override for safe-array-concat
A tested zero dependency drop-in replacement of
safe-array-concat
complete with TypeScript types.
socket
CLI will automagically ✨
populate
overrides
and resolutions of
your package.json
.
npx socket optimize
Prefer to do it yourself? Add @socketregistry/safe-array-concat
to your
package.json
.
{
"overrides": {
"safe-array-concat": "npm:@socketregistry/safe-array-concat@^1"
},
"resolutions": {
"safe-array-concat": "npm:@socketregistry/safe-array-concat@^1"
}
}
Install with your favorite package manager.
npm install @socketregistry/safe-array-concat
Node >= 18.20.4
FAQs
Socket.dev optimized package override for safe-array-concat
The npm package @socketregistry/safe-array-concat receives a total of 47 weekly downloads. As such, @socketregistry/safe-array-concat popularity was classified as not popular.
We found that @socketregistry/safe-array-concat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.