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

pactum-swagger-coverage

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pactum-swagger-coverage - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "pactum-swagger-coverage",
"version": "2.0.1",
"version": "2.0.2",
"description": "Swagger api coverage report for pactum tests",

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

@@ -93,3 +93,3 @@ const http = require('../helpers/http');

}
return config.basePath || apiDefinition.basePath;
return config.basePath !== undefined ? config.basePath : apiDefinition.basePath;
}

@@ -96,0 +96,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