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

@wireapp/commons

Package Overview
Dependencies
Maintainers
6
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/commons - npm Package Compare versions

Comparing version 4.2.6 to 4.2.7

4

package.json

@@ -42,4 +42,4 @@ {

},
"version": "4.2.6",
"gitHead": "2f9bfdb57fc9b3d4a884818f839652ef6e9353f7"
"version": "4.2.7",
"gitHead": "50ea3330c6c8697f99dba1340f292f72927f7ae4"
}

@@ -23,5 +23,3 @@ "use strict";

exports.PATTERN = {
EMAIL:
// prettier-ignore
'\(\(\[\^<>\(\)\[\\\]\\\\\.,;:\\s@"\]\+\(\\\.\[\^<>\(\)\[\\\]\\\\\.,;:\\s@"\]\+\)\*\)\|\("\.\+"\)\)@\(\(\\\[\[0-9\]\{1,3\}\\\.\[0-9\]\{1,3\}\\\.\[0-9\]\{1,3\}\\\.\[0-9\]\{1,3\}\\\]\)\|\(\(\[a-zA-Z\\-0-9\]\+\\\.\)\+\[a-zA-Z\]\{2,\}\)\)',
EMAIL: '(([^<>()[\\]\\\\.,;:\\s@"]+(\\.[^<>()[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))',
UUID_V4: '[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}',

@@ -28,0 +26,0 @@ };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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