New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stubborn-ws

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stubborn-ws - npm Package Compare versions

Comparing version 5.4.0 to 5.5.0

9

dist/src/middlewares/bodyJson.js

@@ -9,5 +9,12 @@ "use strict";

function bodyJson() {
return body_parser_1.json();
return body_parser_1.json({
type: [
'json',
'application/json',
'application/x-amz-json-1.0',
'application/x-amz-json-1.1',
],
});
}
exports.bodyJson = bodyJson;
//# sourceMappingURL=bodyJson.js.map

2

package.json
{
"name": "stubborn-ws",
"version": "5.4.0",
"version": "5.5.0",
"description": "Web server to mock external HTTP APIs in tests",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/ybonnefond/stubborn#stubborn",

@@ -26,2 +26,4 @@ # Stubborn

or
```

@@ -28,0 +30,0 @@ yarn add -D stubborn-ws

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