Comparing version 0.24.0-alpha.0 to 0.24.0
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62876
1