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.8 to 0.1.9

2

mime-functions.js

@@ -151,3 +151,3 @@

str = str.replace(/[^\sa-zA-Z\d]/gm,function(c){
str = str.replace(/(?:[\ud800-\udbff][\udc00-\udfff])|[^\sa-zA-Z\d]/gm,function(c){
if(!!mimeWord){

@@ -154,0 +154,0 @@ if(c=="?")return "=3F";

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