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

mimelib-noiconv

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mimelib-noiconv - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

mime-functions.js

@@ -60,4 +60,6 @@

curpos -= line.substr(lf).length;
}else
response+=line;
}else{
line = line.replace(/=[a-f0-9]?$/i, "");
response+=line + "\r\n";
}
}

@@ -64,0 +66,0 @@ curpos += line.length;

{
"name": "mimelib-noiconv",
"description": "MIME functions to encode/decode e-mails etc.",
"version": "0.1.3",
"version": "0.1.4",
"author" : "Andris Reinman",

@@ -6,0 +6,0 @@ "homepage":"http://github.com/andris9/mimelib",

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