55 packages
artillery-plugin-faker
Use faker.js in Artillery loadtest configurations
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
@fabsrc/re-mem
Memoization with stale-while-revalidate and stale-if-error
graphql-schema-diff
Returns the diff of two GraphQL schemas. Detects dangerous and breaking changes.
jquery-anaglyph-image-effect
Transforms your images into anaglyph-looking images
@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')();
@maxdome/handler
```javascript const handler = require('@maxdome/handler');
@maxdome/health
Provides an `/health` endpoint response with the health of the app in the [Spring Boot format](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-monitoring.html#production-ready-health-access-restrictions).
@maxdome/healthcheck
``` const healthChecks = { service1: 'https://service1.com/ping', service2: { method: 'POST', url: 'https://service2.com/ping' }, service3: { url: 'https://service3.com/ping', options: { headers: { 'Authorization': `Basic dXNlcjpwYXNz` } } }, };
@maxdome/health-got
Provides check function for [`health`](http://npmjs.com/@maxdome/health) performing HTTP requests.
@maxdome/health-mongoose
Provides check function for [`health`](http://npmjs.com/@maxdome/health) checking MongoDB connection using [`mongoose`](https://www.npmjs.com/package/mongoose).
@maxdome/health-mongoskin
Provides check function for [`health`](http://npmjs.com/@maxdome/health) checking MongoDB connection using [`mongoskin`](https://www.npmjs.com/package/mongoskin).
@maxdome/http-auth
``` const httpAuth = require('@maxdome/http-auth')({ user: process.env.HTTP_AUTH_USER, password: process.env.HTTP_AUTH_PASSWORD, }); ```
@maxdome/info
``` app.use('/info', require('@maxdome/info')()); ```
@maxdome/logging
``` const logging = require('@maxdome/logging')({ level: process.env.LOG_LEVEL }); const serverLogger = logging('server'); ```
@maxdome/logging-middleware
``` app.use(require('@maxdome/logging-middleware')({ logging, options, })); ```
@maxdome/nodejs