Comparing version 0.0.11 to 0.0.12
@@ -52,3 +52,3 @@ var utile = require('utile'); | ||
this.addHeader('Content-Length', this.body.length); | ||
this.addHeader('Content-Length', Buffer.byteLength(this.body, 'utf8')); | ||
@@ -55,0 +55,0 @@ var data; |
{ | ||
"name": "modesl", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "FreeSWITCH ESL Node.js Implementation", | ||
@@ -5,0 +5,0 @@ "keywords": ["freeswitch", "api", "wrapper", "esl", "event", "socket", "library"], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
197853