🚀 DAY 2 OF LAUNCH WEEK: Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies.Learn more →
Socket
Book a DemoInstallSign in
Socket
k

kwizzn

npm

Packages

Current Co-maintainers

Former Co-maintainers

44 packages

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

elasticframe

Make your iframe(s) resize automatically. Cross-domain. Dependency-free.

eslint-config-maxdome

Generic Maxdome ESLint configuration

eslint-config-type10

security holding package

@kwizzn/node-nicehash

> [nicehash.com](https://www.nicehash.com/docs) nodejs api client

@maxdome/cache

```javascript const cache = require('@maxdome/cache')(client);

@maxdome/cbe2

## Get an asset without knowing the type

@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/notify

Send CD / CI notifications from GitLab CI

@maxdome/parse-duration

## 1 hour 20 minutes in milliseconds