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

libmime

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libmime - npm Package Compare versions

Comparing version 5.2.1 to 5.3.4

.github/workflows/release.yaml

36

CHANGELOG.md
# Changelog
## [5.3.4](https://github.com/nodemailer/libmime/compare/v5.3.3...v5.3.4) (2024-02-23)
### Bug Fixes
* **deploy:** fixed git repo url ([0f3e5f4](https://github.com/nodemailer/libmime/commit/0f3e5f4b3f5fabe91967cd9842ebe00622181796))
* **deploy:** fixed git repo url ([4d584ad](https://github.com/nodemailer/libmime/commit/4d584ad7dd51cf0ad60f756a5d7c9470cca30319))
## [5.3.3](https://github.com/nodemailer/libmime/compare/v5.3.2...v5.3.3) (2024-02-23)
### Bug Fixes
* **deploy:** fixed git repo url ([f8f788f](https://github.com/nodemailer/libmime/commit/f8f788fd5d3f1148fb2e880e37c76cec6741a852))
## [5.3.2](https://github.com/nodemailer/libmime/compare/v5.3.1...v5.3.2) (2024-02-23)
### Bug Fixes
* **deploy:** fixed git repo url ([2161a43](https://github.com/nodemailer/libmime/commit/2161a43a87083ff99125b5335d3a2e1dee4c5663))
## [5.3.1](https://github.com/nodemailer/libmime/compare/v5.3.0...v5.3.1) (2024-02-23)
### Bug Fixes
* **deploy:** include package-lock.json ([8363bf4](https://github.com/nodemailer/libmime/commit/8363bf42c889e95fccf1c3f017db759434481bc1))
## [5.3.0](https://github.com/nodemailer/libmime/compare/v5.2.1...v5.3.0) (2024-02-23)
### Features
* **deploy:** added autopublish ([3e8109f](https://github.com/nodemailer/libmime/commit/3e8109f19bc7b9fb313467f61177ab08459ecf21))
## v5.2.1 2023-01-27

@@ -4,0 +40,0 @@

1

lib/charset.js
'use strict';
const { Buffer } = require('node:buffer');
const iconv = require('iconv-lite');

@@ -4,0 +5,0 @@ const encodingJapanese = require('encoding-japanese');

/* eslint no-control-regex: 0, no-div-regex: 0, quotes: 0 */
'use strict';
const { Buffer } = require('node:buffer');
const libcharset = require('./charset');

@@ -5,0 +6,0 @@ const libbase64 = require('libbase64');

25

package.json
{
"name": "libmime",
"description": "Encode and decode quoted printable and base64 strings",
"version": "5.2.1",
"main": "lib/libmime",
"homepage": "https://github.com/andris9/libmime",
"version": "5.3.4",
"main": "lib/libmime.js",
"homepage": "https://github.com/nodemailer/libmime",
"repository": {
"type": "git",
"url": "git://github.com/andris9/libmime.git"
"url": "git+https://github.com/nodemailer/libmime.git"
},

@@ -19,3 +19,4 @@ "license": "MIT",

"scripts": {
"test": "grunt"
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},

@@ -25,15 +26,15 @@ "dependencies": {

"iconv-lite": "0.6.3",
"libbase64": "1.2.1",
"libqp": "2.0.1"
"libbase64": "1.3.0",
"libqp": "2.1.0"
},
"devDependencies": {
"chai": "4.3.7",
"chai": "4.4.1",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.6.0",
"grunt": "1.5.3",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.0.1",
"grunt-eslint": "24.3.0",
"grunt-mocha-test": "0.13.3",
"mocha": "10.2.0"
"mocha": "10.3.0"
}
}

Sorry, the diff of this file is not supported yet

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