Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.2 to 5.3.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [5.3.0](https://github.com/ybonnefond/stubborn/compare/v5.2.2...v5.3.0) (2020-11-18)
### Features
* add title with request's method and path on logDiffOn501 ([eba1ebe](https://github.com/ybonnefond/stubborn/commit/eba1ebe8cf7945967137f3c91f20e26058cd31f1))
## [5.2.2](https://github.com/ybonnefond/stubborn/compare/v5.2.1...v5.2.2) (2020-10-17)

@@ -2,0 +9,0 @@

1

dist/src/debug/Debugger.js

@@ -26,2 +26,3 @@ "use strict";

const out = new Output_1.Output();
out.add(`## Request: ${this.request.method} ${this.request.path}`);
out.renderErrors('Method', methodDiff_1.methodDiff(route.getMethod(), this.request.method));

@@ -28,0 +29,0 @@ out.renderErrors('Path', pathDiff_1.pathDiff(route.getPath(), this.request.path));

2

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

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

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