address-rfc2822
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -99,4 +99,4 @@ "use strict"; | ||
match = /^("(?:[^"\\]+|\\.)*")\s*/.exec(line) || | ||
/^(\[(?:[^\]\\]+|\\.)*\])\s*/.exec(line) || | ||
match = /^("(?:[^"\\]|\\.)*")\s*/.exec(line) || | ||
/^(\[(?:[^\]\\]|\\.)*\])\s*/.exec(line) || | ||
/^([^\s()<>\@,;:\\".[\]]+)\s*/.exec(line) || | ||
@@ -103,0 +103,0 @@ /^([()<>\@,;:\\".[\]])\s*/.exec(line); |
{ | ||
"name": "address-rfc2822", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "RFC 2822 (Header) email address parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
0
15439
1