Socket
Socket
Sign inDemoInstall

@microsoft/recognizers-text

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/recognizers-text - npm Package Compare versions

Comparing version 1.2.7 to 1.3.0

microsoft-recognizers-text-1.3.0.tgz

7

compiled/metaData.js

@@ -7,2 +7,3 @@ "use strict";

this.hasMod = false;
this.isDurationWithAgoAndLater = false;
}

@@ -21,4 +22,10 @@ get IsHoliday() {

}
get IsDurationWithAgoAndLater() {
return this.isDurationWithAgoAndLater;
}
set IsDurationWithAgoAndLater(isDurationWithAgoAndLater) {
this.isDurationWithAgoAndLater = isDurationWithAgoAndLater;
}
}
exports.MetaData = MetaData;
//# sourceMappingURL=metaData.js.map

2

dist/types/metaData.d.ts

@@ -6,2 +6,4 @@ export declare class MetaData {

HasMod: boolean;
private isDurationWithAgoAndLater;
IsDurationWithAgoAndLater: boolean;
}

2

package.json
{
"name": "@microsoft/recognizers-text",
"version": "1.2.7",
"version": "1.3.0",
"description": "recognizers-text provides base classes for robust recognition and resolution of text entities.",

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

@@ -0,0 +0,0 @@ # Microsoft.Recognizers.Text for JavaScript

@@ -0,0 +0,0 @@ import resolve from 'rollup-plugin-node-resolve';

@@ -0,0 +0,0 @@ export class Culture {

@@ -0,0 +0,0 @@ import { MetaData } from "./metaData";

@@ -19,2 +19,11 @@ export class MetaData {

}
private isDurationWithAgoAndLater: boolean = false;
get IsDurationWithAgoAndLater(): boolean {
return this.isDurationWithAgoAndLater;
}
set IsDurationWithAgoAndLater(isDurationWithAgoAndLater: boolean) {
this.isDurationWithAgoAndLater = isDurationWithAgoAndLater;
}
}

@@ -0,0 +0,0 @@ import { Culture } from "./culture";

@@ -0,0 +0,0 @@ import { ExtractResult } from "./extractors";

@@ -0,0 +0,0 @@ import { IModel, ModelFactory } from "./models";

@@ -0,0 +0,0 @@ export { Culture, CultureInfo } from "./culture";

@@ -0,0 +0,0 @@ import * as XRegExp from "xregexp";

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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