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

mockyeah

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockyeah - npm Package Compare versions

Comparing version 0.13.3 to 0.13.4

catch.js

8

config.js

@@ -12,3 +12,2 @@ 'use strict';

config = fs.readFileSync(path.resolve(relativeRoot, '.mockyeah'));
config = JSON.parse(config);
} catch (err) {

@@ -22,3 +21,2 @@ // noop

config = fs.readFileSync(path.resolve(relativeRoot, '.mock-yeah'));
config = JSON.parse(config);
}

@@ -29,2 +27,8 @@ } catch (err) {

try {
if (config) config = JSON.parse(config);
} catch (err) {
throw new Error('Invalid JSON in .mockyeah configuration file');
}
module.exports = prepareConfig(config);
{
"name": "mockyeah",
"version": "0.13.3",
"version": "0.13.4",
"description": "An invaluable service mocking platform built on Express.",

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

@@ -16,4 +16,4 @@ # mockyeah [![Build Status](https://travis-ci.org/ryanricard/mockyeah.svg)](https://travis-ci.org/ryanricard/mockyeah)

- [Introductory tutorial](#Introductory-tutorial)
- [Testing example](#Testing-example)
- [Introductory tutorial](#introductory-tutorial)
- [Testing example](#testing-example)

@@ -20,0 +20,0 @@ ## API

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