Socket
Socket
Sign inDemoInstall

@microsoft/recognizers-text-sequence

Package Overview
Dependencies
2
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

7

dist/types/resources/baseEmail.d.ts
export declare namespace BaseEmail {
const EmailRegex = "(([-a-zA-Z0-9_\\.]+)@([-a-zA-Z\\d\\.]+)\\.([a-zA-Z\\.]{2,6}))";
const EmailRegex = "(([-a-zA-Z0-9_\\+\\.]+)@([-a-zA-Z\\d\\.]+)\\.([a-zA-Z\\.]{2,6}))";
const IPv4Regex = "(?<ipv4>(\\d{1,3}\\.){3}\\d{1,3})";
const NormalSuffixRegex = "(([0-9A-Za-z][-]*[0-9A-Za-z]*\\.)+(?<tld>[a-zA-Z][\\-a-zA-Z]{0,22}[a-zA-Z]))";
const EmailPrefix = "(?(\"\")(\"\".+?(?<!\\\\)\"\")|(([0-9A-Za-z]((\\.(?!\\.))|[-!#\\$%&'\\*\\+/=\\?\\^\\{\\}\\|~\\w])*)(?<=[0-9A-Za-z])))";
const EmailSuffix: string;
const EmailRegex2: string;
}

@@ -8,4 +8,5 @@ export declare namespace BaseURL {

const UrlRegex: string;
const UrlRegex2 = "((ht|f)tp(s?)\\:\\/\\/|www\\.)[0-9a-zA-Z]([-.\\w]*[0-9a-zA-Z])*(\\.(?<Tld>[0-9a-zA-Z]+))+(:(0-9)*)*(\\/?)([a-zA-Z0-9\\-\\.\\?\\,\\'\\/\\\\\\+&amp;%\\$#_=@]*)?";
const IpUrlRegex: string;
const TldList: string[];
}

4

package.json
{
"name": "@microsoft/recognizers-text-sequence",
"version": "1.1.3",
"version": "1.1.4",
"description": "recognizers-text-sequence provides robust recognition and resolution of series entities like phone numbers and IP addresses.",

@@ -35,5 +35,5 @@ "author": "Microsoft Corp.",

"dependencies": {
"@microsoft/recognizers-text": "~1.1.3",
"@microsoft/recognizers-text": "~1.1.4",
"grapheme-splitter": "^1.0.2"
}
}

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc