Socket
Book a DemoInstallSign in
Socket

netiam-contrib-transform

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netiam-contrib-transform

REST API library

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

netiam-contrib-transform

Build Status Dependencies npm version

A transform plugin for netiam

Example

netiam()
  .transform((req, res) => {
    res.body = res.body.map(n => n * n)
  ))
  .json()

License

MIT License

Keywords

REST

FAQs

Package last updated on 21 Feb 2016

Did you know?

Socket

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.

Install

Related posts