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 2.0.0 to 2.0.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.0.1"></a>
## [2.0.1](https://github.com/ArkadiumInc/node-inhabit-module-base/compare/v2.0.0...v2.0.1) (2018-12-14)
### Bug Fixes
* **API:** Export missing IInhabitAPI ([e885687](https://github.com/ArkadiumInc/node-inhabit-module-base/commit/e885687))
<a name="2.0.0"></a>

@@ -7,0 +17,0 @@ # [2.0.0](https://github.com/ArkadiumInc/node-inhabit-module-base/compare/v1.5.0-alpha.3...v2.0.0) (2018-12-14)

3

dist/index.d.ts
import { IABTestManager, IEventEmitter, IExtensions, IInhabitAPI, IInhabitModuleEvents, ILogger, IModalPopup, ISemantic } from "../types/IInhabitAPI";
export interface IInhabitAPI extends IInhabitAPI {
_dependencies: IInhabitAPI;
}
export declare abstract class InhabitFactiveBase<T> implements IInhabitAPI {

@@ -3,0 +6,0 @@ static moduleName: string;

2

package.json
{
"name": "inhabit-module-base",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Base Module class for InHabit.",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -16,2 +16,6 @@ import xtend from "xtend";

export interface IInhabitAPI extends IInhabitAPI {
_dependencies: IInhabitAPI;
}
export abstract class InhabitFactiveBase<T> implements IInhabitAPI {

@@ -18,0 +22,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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