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
3
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.3.13 to 1.3.14

.idea/encodings.xml

2

build/InhabitModuleBase.js
"use strict";
var MODULE_STORAGE = global.__ark_app__.apps;
var MODULE_STORAGE = global.__ark_app__ || (global.__ark_app__ = { apps: [] });
var InhabitModuleEvents = require("./InhabitModuleEvents");

@@ -5,0 +5,0 @@ /**

{
"name": "inhabit-module-base",
"version": "1.3.13",
"version": "1.3.14",
"description": "A Base Module class for InHabit.",

@@ -14,3 +14,3 @@ "main": "build/index.js",

"type": "git",
"url": "git+ssh://git@github.com/rand0me/node-inhabit-module-base.git"
"url": "git+ssh://git@github.com/ArkadiumInc/node-inhabit-module-base.git"
},

@@ -21,8 +21,8 @@ "keywords": [

],
"author": "rand0me",
"author": "ArkadiumInc",
"license": "ISC",
"bugs": {
"url": "https://github.com/rand0me/node-inhabit-module-base/issues"
"url": "https://github.com/ArkadiumInc/node-inhabit-module-base/issues"
},
"homepage": "https://github.com/rand0me/node-inhabit-module-base#readme",
"homepage": "https://github.com/ArkadiumInc/node-inhabit-module-base#readme",
"devDependencies": {

@@ -29,0 +29,0 @@ "babel-core": "^6.11.4",

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

# inhabit-module-base [![npm version](https://badge.fury.io/js/inhabit-module-base.svg)](https://badge.fury.io/js/inhabit-module-base) [![Inline docs](http://inch-ci.org/github/rand0me/node-inhabit-module-base.svg?branch=master)](http://inch-ci.org/github/rand0me/node-inhabit-module-base) [![Code Climate](https://codeclimate.com/github/rand0me/node-inhabit-module-base/badges/gpa.svg)](https://codeclimate.com/github/rand0me/node-inhabit-module-base)
# inhabit-module-base [![npm version](https://badge.fury.io/js/inhabit-module-base.svg)](https://badge.fury.io/js/inhabit-module-base) [![Inline docs](http://inch-ci.org/github/ArkadiumInc/node-inhabit-module-base.svg?branch=master)](http://inch-ci.org/github/ArkadiumInc/node-inhabit-module-base) [![Code Climate](https://codeclimate.com/github/ArkadiumInc/node-inhabit-module-base/badges/gpa.svg)](https://codeclimate.com/github/ArkadiumInc/node-inhabit-module-base)

@@ -3,0 +3,0 @@ A base module for building an InHabit Module.

"use strict";
var MODULE_STORAGE = global.__ark_app__.apps;
var MODULE_STORAGE = global.__ark_app__ || (global.__ark_app__ = {apps: []});
var InhabitModuleEvents = require("./InhabitModuleEvents");

@@ -5,0 +5,0 @@ /**

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