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

address-rfc2822

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

address-rfc2822 - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

index.js

@@ -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",

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