Socket
Socket
Sign inDemoInstall

cpim

Package Overview
Dependencies
2
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

lib/parse.js

@@ -47,6 +47,6 @@ /**

mimeHeadersEnd = raw.indexOf('\r\n\r\n', headersEnd + 1);
rawMimeHeaders = raw.slice(headersEnd + 4, mimeHeadersEnd).trim();
rawMimeHeaders = raw.slice(headersEnd + 4, mimeHeadersEnd);
if (mimeHeadersEnd !== -1) {
rawBody = raw.slice(mimeHeadersEnd + 4, -1);
rawBody = raw.slice(mimeHeadersEnd + 4);
}

@@ -53,0 +53,0 @@

{
"name": "cpim",
"version": "1.0.1",
"version": "1.0.2",
"description": "JavaScript implementation of CPIM \"Common Presence and Instant Messaging\" (RFC 3862)",

@@ -5,0 +5,0 @@ "author": "Iñaki Baz Castillo at eFace2Face, inc. (https://eface2face.com)",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc