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

inhabit-module-base

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inhabit-module-base - npm Package Compare versions

Comparing version 1.5.0-alpha.3 to 1.5.1

CHANGELOG.md

0

ABTest.d.ts

@@ -0,0 +0,0 @@ export interface ABTest<T> {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { ABTest } from './ABTest';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export { InhabitModuleBase as InhabitModuleBase } from './InhabitModuleBase';
export { InhabitModuleEvents as InhabitModuleEvents } from './InhabitModuleEvents';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { InhabitModuleEvents } from './InhabitModuleEvents';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ModuleCfg } from './ModuleCfg';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface Logger {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface ModuleCfg {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { ModuleCfg } from './ModuleCfg';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

2

package.json
{
"name": "inhabit-module-base",
"version": "1.5.0-alpha.3",
"version": "1.5.1",
"description": "A Base Module class for InHabit.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,2 +6,13 @@ export interface TextClassificationService {

getTags(): Promise<any>;
getTextClassification(provider: Watson | Alchemy | TextRazor, method: Taxonomy | Entities, version?: V2): Promise<TCResult>;
}
export interface TCResult {
language: string;
data: any[];
}
export declare type V2 = 2;
export declare type Watson = 'Watson';
export declare type Alchemy = 'Alchemy';
export declare type TextRazor = 'TextRazor';
export declare type Taxonomy = 'Taxonomy';
export declare type Entities = 'Entities';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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