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

modesl

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modesl - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

lib/esl/event.js

@@ -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"],

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