New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

postal-mime

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postal-mime - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

7

CHANGELOG.md
# Changelog
## [2.2.2](https://github.com/postalsys/postal-mime/compare/v2.2.1...v2.2.2) (2024-04-10)
### Bug Fixes
* **parse:** Do not throw on empty input when initializing an array buffer object ([ddae5b4](https://github.com/postalsys/postal-mime/commit/ddae5b40d44eaebbfc9117609259a204f27ed4cf))
## [2.2.1](https://github.com/postalsys/postal-mime/compare/v2.2.0...v2.2.1) (2024-03-31)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "postal-mime",
"version": "2.2.1",
"version": "2.2.2",
"description": "Email parser for browser environments",

@@ -5,0 +5,0 @@ "main": "./src/postal-mime.js",

@@ -331,3 +331,3 @@ import MimeNode from './mime-node.js';

// Should it throw for an empty value instead of defaulting to an empty ArrayBuffer?
buf = buf || ArrayBuffer(0);
buf = buf || new ArrayBuffer(0);

@@ -334,0 +334,0 @@ // Cast string input to Uint8Array

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