addressparser
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -205,3 +205,2 @@ | ||
"\"": "\"", | ||
"'": "'", | ||
"(": ")", | ||
@@ -208,0 +207,0 @@ "<": ">", |
{ | ||
"name": "addressparser", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Parse e-mail addresses", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,3 +64,9 @@ var testCase = require('nodeunit').testCase, | ||
test.done(); | ||
}, | ||
"Apostophe in name": function(test){ | ||
var input = "O'Neill", | ||
expected = [{name: "O'Neill", address:""}]; | ||
test.deepEqual(addressparser(input), expected); | ||
test.done(); | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
11191
312
0
1