Socket
Socket
Sign inDemoInstall

@microsoft/recognizers-text-suite

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/recognizers-text-suite - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

16

package.json
{
"name": "@microsoft/recognizers-text-suite",
"version": "1.3.0",
"version": "1.3.1",
"description": "recognizers-text-suite provides robust recognition and resolution of numbers, units, date/time, and more; expressed in multiple languages.",

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

"dependencies": {
"@microsoft/recognizers-text-data-types-timex-expression": "~1.3.0",
"@microsoft/recognizers-text": "~1.3.0",
"@microsoft/recognizers-text-number": "~1.3.0",
"@microsoft/recognizers-text-number-with-unit": "~1.3.0",
"@microsoft/recognizers-text-date-time": "~1.3.0",
"@microsoft/recognizers-text-sequence": "~1.3.0",
"@microsoft/recognizers-text-choice": "~1.3.0"
"@microsoft/recognizers-text": "~1.3.1",
"@microsoft/recognizers-text-choice": "~1.3.1",
"@microsoft/recognizers-text-data-types-timex-expression": "~1.3.1",
"@microsoft/recognizers-text-date-time": "~1.3.2",
"@microsoft/recognizers-text-number": "~1.3.1",
"@microsoft/recognizers-text-number-with-unit": "~1.3.1",
"@microsoft/recognizers-text-sequence": "~1.3.1"
}
}

@@ -5,3 +5,3 @@ # Microsoft.Recognizers.Text for JavaScript

Recognizer's are organized into groups and designed to be used in C#, Node.js, Python and Java to help you build great applications! To use the samples, install the `recognizers-text-suite` package, or clone our GitHub repository using Git.
Recognizers are organized into groups and designed to be used in C#, Node.js, Python and Java to help you build great applications! To use the samples, install the `recognizers-text-suite` package, or clone our GitHub repository using Git.

@@ -173,3 +173,3 @@ ## Cloning and building the Repository

`new DateTimeRecognizers(Recognizers.Culture.English).getDateTimeModel()`
`new DateTimeRecognizers.DateTimeRecognizer(Recognizers.Culture.English).getDateTimeModel()`

@@ -186,3 +186,3 @@ ### Microsoft.Recognizers.Text.Sequence

`new SequenceRecognizer(Culture.English).GetPhoneNumberModel()`
`new SequenceRecognizers.SequenceRecognizer(Culture.English).GetPhoneNumberModel()`

@@ -198,3 +198,3 @@ * **IP Address**

`new SequenceRecognizer(Culture.English).GetPhoneNumberModel()`
`new SequenceRecognizers.SequenceRecognizer(Culture.English).IpAddressModel()`

@@ -212,3 +212,3 @@ ### Microsoft.Recognizers.Text.Choice

`new ChoiceRecognizers(Recognizers.Culture.English).getBooleanModel()`
`new ChoiceRecognizers.ChoiceRecognizer(Recognizers.Culture.English).getBooleanModel()`

@@ -215,0 +215,0 @@ ## Samples

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc