Socket
Socket
Sign inDemoInstall

mailto-parser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailto-parser - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

lib/index.js

@@ -6,9 +6,10 @@ /*

* Released under the terms of the MIT License.
*
* Version 1.0.0
*
* Version 1.0.1
*/
exports.Parser = Parser = require("./parser");
var Parser = require('./parser');
var p = new Parser();
var p = new Parser();
exports.Parser = Parser;

@@ -21,2 +22,1 @@ /**

exports.format = p.format;

@@ -172,3 +172,3 @@ /*

return (suffix(obj.protocol, ':').toLowerCase() +
value(obj.addresses).toLowerCase() + value(obj.specification));
value(obj.addresses) + value(obj.specification));
};

@@ -175,0 +175,0 @@

{
"name": "mailto-parser",
"description": "Module that has utilities for MailTo parsing",
"version": "1.0.0",
"version": "1.0.1",
"author": "Stuart Hudson <goulash1971@gmail.com>",
"keywords": ["mailto", "parser"],
"keywords": [
"mailto",
"parser"
],
"homepage": "https://github.com/goulash1971/mailto-parser",

@@ -11,3 +14,3 @@ "contributors": [

],
"scripts": {
"scripts": {
"test": "make test"

@@ -17,7 +20,7 @@ },

"lib": "lib/",
"test": "tests/"
"test": "tests/"
},
"main": "./index",
"engines": {
"node": "*"
"engines": {
"node": "*"
},

@@ -28,5 +31,8 @@ "repository": {

},
"licenses": [
{"type": "The MIT License", "url": "http://www.opensource.org/licenses/mit-license.php"}
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}
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