Socket
Socket
Sign inDemoInstall

co-body

Package Overview
Dependencies
31
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.2.0

6

History.md
5.2.0 / 2018-05-02
==================
**features**
* [[`f65a2d8`](http://github.com/cojs/co-body/commit/f65a2d8f7ebf4426138035af6d7e7f02272441f2)] - feat: impl text parser support encoding: false (#64) (killa <<killa123@126.com>>)
5.1.1 / 2017-03-24

@@ -3,0 +9,0 @@ ==================

2

lib/text.js

@@ -29,3 +29,3 @@ /**

if (len && encoding === 'identity') opts.length = ~~len;
opts.encoding = opts.encoding || 'utf8';
opts.encoding = opts.encoding === undefined ? 'utf8': opts.encoding;
opts.limit = opts.limit || '1mb';

@@ -32,0 +32,0 @@

{
"name": "co-body",
"version": "5.1.1",
"version": "5.2.0",
"repository": "cojs/co-body",

@@ -5,0 +5,0 @@ "description": "request body parsing for co",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc