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

mockyeah

Package Overview
Dependencies
Maintainers
3
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.24.0-alpha.0 to 0.24.0

2

app/lib/helpers.js

@@ -56,3 +56,3 @@ const _ = require('lodash');

return {
json: JSONparseSafe(body).value
json: _.isPlainObject(body) ? body : JSONparseSafe(body).value
};

@@ -59,0 +59,0 @@ }

{
"name": "mockyeah",
"version": "0.24.0-alpha.0",
"version": "0.24.0",
"description": "A powerful service mocking, recording, and playback utility.",

@@ -93,3 +93,3 @@ "main": "index.js",

"private": false,
"gitHead": "1bea18081b22f5efcd5eb041ee0c84264d6fbc9a"
"gitHead": "eb22727151db23c134e0f6734a2b7c13189fd189"
}
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