Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parse-reply

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-reply - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json

@@ -11,3 +11,3 @@ {

"maintainers": [{"name": "Like FallingLeaves", "email": "likefallingleaves@gmail.com"}],
"version": "0.0.3",
"version": "0.0.4",
"repository": { "type": "git", "url": "git://github.com/like-falling-leaves/parse-reply.git" },

@@ -14,0 +14,0 @@ "readmeFilename": "README.md",

module.exports = parseReplyPlainText;
var emailRE = "[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?";
var simpleEmailRE = "\S+@\S+";
var simpleEmailRE = "\\S+@\\S+";
module.exports.emailRE = emailRE;
module.exports.simpleEmailRE = simpleEmailRE;
module.exports.simpleEmailRE = "\\S+@\\S+";

@@ -8,0 +8,0 @@ var froms = ['from'];

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