Socket for GitHub
Detect suspicious packages in PRs
Socket CLI
Use Socket from the command line
Socket Web Extension
Use Socket from your browser
Socket Dependency Search
Find any package for your project
Integrations
Docs
Want to read all the docs? Start here
Customers
Check out our customer stories
Blog
Keep up to date with all the news
Changelog
Latest updates and enhancements
FAQ
Answers to common questions
Package Alerts
Learn about all Socket alerts
Glossary
Open source and security terms
Customer Stories
About
Why we built Socket
Love
See why developers love Socket
Careers
Join our team
Investors
Learn about our investors
Security
Our security practices
Why Socket?
Achievements
Packages
Comaintainers
50 packages
Order
Sort by
dumpinator
Dumpinator is an automated QA tool for REST APIs. Its mission is to compare a list of HTTP Response Headers & Bodies in different environments & versions. The current version was developed as a development tool that quickly generates API response diffs th
@maxdome/cache
```javascript const cache = require('@maxdome/cache')(client);
@maxdome/cbe2
## Get an asset without knowing the type
@maxdome/component-common-styles
Common Styles
@maxdome/cors
``` app.use(require('@maxdome/cors')()); ```
@maxdome/duration
```javascript const duration = require('@maxdome/duration');
@maxdome/eb-deploy
CLI for AWS Elastic Beanstalk deployments
@maxdome/env
```javascript require('@maxdome/env'); ```
@maxdome/exception-handling
```javascript require('@maxdome/exception-handling')({ logging }); ```
@maxdome/express
``` const app = require('@maxdome/express')();