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

mimelib

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mimelib - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

4

mime-functions.js

@@ -370,4 +370,4 @@ var Iconv = require("iconv").Iconv;

if(email){
addressArr.push({address:decodeURIComponent(email), name: decodeURIComponent(name || "")});
if(name || email){
addressArr.push({address:decodeURIComponent(email || ""), name: decodeURIComponent(name || "")});
}

@@ -374,0 +374,0 @@ }

{
"name": "mimelib",
"description": "MIME functions to encode/decode e-mails etc.",
"version": "0.1.9",
"version": "0.1.10",
"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