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.7.0-alpha.0 to 1.7.0-alpha.1

build/ABTest.d.ts

5

CHANGELOG.md

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

<a name="1.7.0-alpha.1"></a>
# [1.7.0-alpha.1](https://github.com/ArkadiumInc/node-inhabit-module-base/compare/v1.7.0-alpha.0...v1.7.0-alpha.1) (2019-04-19)
<a name="1.7.0-alpha.0"></a>

@@ -7,0 +12,0 @@ # [1.7.0-alpha.0](https://github.com/ArkadiumInc/node-inhabit-module-base/compare/v1.6.0...v1.7.0-alpha.0) (2019-04-19)

5

package.json
{
"name": "inhabit-module-base",
"version": "1.7.0-alpha.0",
"version": "1.7.0-alpha.1",
"description": "A Base Module class for InHabit.",

@@ -28,2 +28,3 @@ "main": "index.js",

"devDependencies": {
"@types/xtend": "^4.0.2",
"commitizen": "^2.9.5",

@@ -42,4 +43,4 @@ "cz-conventional-changelog": "^1.2.0",

"dependencies": {
"extend": "^3.0.1"
"xtend": "^4.0.1"
}
}

2

src/InhabitModuleBase.ts

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

import * as extend from 'extend';
import * as extend from 'xtend';

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

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