New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 1.6.0

interfaces/api/index.d.ts

2

index.d.ts
export { InhabitModuleBase as InhabitModuleBase } from './InhabitModuleBase';
export { InhabitModuleEvents as InhabitModuleEvents } from './InhabitModuleEvents';
export { IModuleEvents as InhabitModuleEvents } from './interfaces';

@@ -1,2 +0,1 @@

import { InhabitModuleEvents } from './InhabitModuleEvents';
import { Logger } from './Logger';

@@ -6,2 +5,3 @@ import { ABTestManager } from './ABTestManager';

import { TextClassificationService } from './TextClassificationService';
import { IModuleEvents, IFactiveConstructor, IInhabitAPI } from './interfaces';
export declare class InhabitModuleBase {

@@ -19,3 +19,3 @@ configuration: {};

textClassificationService: TextClassificationService;
events: InhabitModuleEvents;
events: IModuleEvents;
resourcesRoot: string;

@@ -25,3 +25,3 @@ abTestManager: ABTestManager;

logger: Logger;
constructor(configuration: any, dependencies: any);
constructor(configuration: any, dependencies: IInhabitAPI);
/**

@@ -62,4 +62,4 @@ * Start async task that fetches content and return a this.deffered.promise()

*/
static publish(Module: any): void;
static publish(Module: IFactiveConstructor): void;
static getScriptName(): any;
}
{
"name": "inhabit-module-base",
"version": "1.5.1",
"version": "1.6.0",
"description": "A Base Module class for InHabit.",

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

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