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

pact-json-schema

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pact-json-schema - npm Package Versions

0.2.0

Diff

bsayers
published 0.1.0 •

Changelog

Source

0.1.0 (2017-10-05)

Features

  • add schema for pact v2.0.0 (823ee9e)

BREAKING CHANGES

  • The object returned when pact-json-schema is required in nodejs code has changed.

To migrate, change this: const pactJsonSchemaV1 = require('pact-json-schema');

To this: const pactJsonSchemaV1 = require('pact-json-schema').v1();

<a name="0.0.4"></a>

bsayers
published 0.0.4 •

Changelog

Source

0.0.4 (2017-08-09)

Bug Fixes

  • add request body to the schema (6d84420)

<a name="0.0.3"></a>

bsayers
published 0.0.3 •

Changelog

Source

0.0.3 (2017-03-28)

Bug Fixes

  • make interaction.response.status an integer (b3b7cf9)
  • update Pact version 1.x based on feedback from Pact community (d2b4229), closes #4

Features

  • add schema for Pact version 1.1.0 (529795b)

<a name="0.0.2"></a>

bsayers
published 0.0.2 •

Changelog

Source

0.0.2 (2017-03-10)

Features

  • include only schemas in node module (fea2ccb)

<a name="0.0.1"></a>

bsayers
published 0.0.1 •

Changelog

Source

0.0.1 (2017-03-10)

Features

  • add schema for Pact version 1.0.0 (a07b477)
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