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

qontract

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qontract - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

package.json
{
"name": "qontract",
"version": "0.1.0",
"version": "0.2.0",
"description": "npm wrapper for qontract",

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

@@ -8,3 +8,3 @@ [Qontract](https://qontract.run/) is a contract driven development tool that allows us to turn our contracts into executable specification.

`qontract-stub CONTRACT_PATH`
`qontract-stub`

@@ -21,3 +21,3 @@ In stub mode, Qontract provides random responses to requests that match the contract. It’s a way of exploring what the contract looks like.

`qontract-test CONTRACT_PATH`
`qontract-test`

@@ -24,0 +24,0 @@ In test mode, Qontracts accepts a contract file, and the hostname and port of the service whose API is being tested. It then sends an HTTP request based on the request format described in the contract for every scenario, generating random values where no examples are given. When the service responds, it validates the response based on the format in the contract.

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