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
Socket Optimize
Optimize your dependencies
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
145 packages
Order
Sort by
babel-plugin-react-error-catcher
Automatically adds a decorator to React components. Accepts a single argument, a path to some module for error reporting, and if there's an error, it will catch it and pass it to the reporter.
babel-plugin-react-hot
Babel plugin using `react-hot-api` to add hot reloading to `React.createClass` and all classes with a `render` method.
baucis-decorator-auth
Allows you to specify authentication parameters for properties within any `baucis` resource's `mongoose` schema and adds authentication routes.
baucis-decorator-clone
Adds a clone method to `baucis` resources.
baucis-decorator-deep-select
Adds automatic deep populate + select functionality.
baucis-decorator-env
Allows properties for some resource to have an alternative `development` key when accessed via `/dev/api/etc`.
baucis-decorator-file
Allows properties to be exposed as files.
baucis-decorator-guests
Automatically creates unauthenticated users as guests and reserves guest names.
baucis-decorator-init
Initializes certain properties upon creation of a resource. Different from `default` in that it is able to use the `req` object.
baucis-decorator-insensitive
Allows an `insensitive` query parameter.