Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

appa

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appa - npm Package Versions

2

6.1.3

Diff

Changelog

Source

6.1.3 - 2017-07-02

Fixed

  • make it possible to skip body parsing with { parse: false } option
sethvincent
published 6.1.2 •

Changelog

Source

6.1.2 - 2017-02-25

Fixed

  • fix double response bug
sethvincent
published 6.1.1 •

Changelog

Source

6.1.1 - 2017-02-25

Fixed

  • uncaught errors inside request handlers are now caught and a 500 Internal server error response is sent
  • Added docs to readme about error handling and logging
  • update tests/README.md
sethvincent
published 6.1.0 •

Changelog

Source

6.1.0 - 2017-02-19

Added

  • disable logging with var app = appa({ logging: false })
  • Improved api docs
  • refactored to use the raw-body module, which allows setting the limit of incoming request body sizes
  • individual request handlers can now pass a parseJSON: false option to disable JSON parsing
  • add server and client examples
sethvincent
published 6.0.0 •

Changelog

Source

6.0.0 - 2016-11-01

Changed

  • use send(data).pipe(res) rather than send(res, data)
sethvincent
published 5.0.1 •

Changelog

Source

5.0.1 - 2016-10-24

Added

  • Add a docs directory
  • Add CONDUCT.md
  • Add CHANGELOG.md

Changed

  • Move send, error, and log into separate files
  • Revise README.md with links and updated info.
  • License: MIT > ISC
  • Create tests directory
sethvincent
published 5.0.0 •

sethvincent
published 4.1.0 •

sethvincent
published 4.0.0 •

sethvincent
published 3.0.2 •

2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc