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.15.3 to 0.15.4

8

CHANGELOG.md

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

### [0.15.4] - 2016-12-06
#### Fix
- Set context of `onStart` callback to be the server context. Resolves circular JSON exception
received when attempting to pass context as a parameter.
### [0.15.3] - 2016-12-06

@@ -89,3 +94,4 @@ #### Add

[Unreleased]: https://github.com/ryanricard/mockyeah/compare/v0.15.3...HEAD
[Unreleased]: https://github.com/ryanricard/mockyeah/compare/v0.15.4...HEAD
[0.15.4]: https://github.com/ryanricard/mockyeah/compare/v0.15.3...v0.15.4
[0.15.3]: https://github.com/ryanricard/mockyeah/compare/v0.15.2...v0.15.3

@@ -92,0 +98,0 @@ [0.15.2]: https://github.com/ryanricard/mockyeah/compare/v0.15.1...v0.15.2

2

package.json
{
"name": "mockyeah",
"version": "0.15.3",
"version": "0.15.4",
"description": "An invaluable service mocking platform built on Express.",

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

@@ -25,3 +25,3 @@ 'use strict';

// Execute callback once server starts
if (onStart) onStart.call(null, this);
if (onStart) onStart.call(this);
});

@@ -28,0 +28,0 @@

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