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

micro-mockers

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-mockers - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

History.md
0.3.1 / 2017-01-11
==================
* Tiny fix: should be a getter, to keep consistency.
0.3.0 / 2017-01-11

@@ -3,0 +8,0 @@ ==================

6

lib/classes/Config.js

@@ -106,3 +106,7 @@ 'use strict';

}
this.composeRoot = path.dirname(this.compose);
Object.defineProperty(this, 'composeRoot', {
get: function() {
return path.dirname(this.get('compose'));
}
});
}

@@ -109,0 +113,0 @@

2

package.json
{
"name": "micro-mockers",
"version": "0.3.0",
"version": "0.3.1",
"description": "Mock multiple (micro-)services with Docker boxes and gateway with Kong.",

@@ -5,0 +5,0 @@ "author": {

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