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

@pact-foundation/pact

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pact-foundation/pact - npm Package Versions

1
20

9.15.5

Diff

Changelog

Source

10.0.0-beta.35 (2021-05-21)

⚠ BREAKING CHANGES

  • Pact-js no longer officially supports node less than 10 (10 is only supported by nodejs for another few months anyway, so I doubt this will affect many users)

  • Since some of the interface of pact-core is exposed, there are some breaking changes:

    • In VerifierOptions: replace use of tags, consumerVersionTag and providerVersionTag with the appropriate consumerVersionTags or providerVersionTags option.
    • The type for consumer version selectors in the verifier options has been corrected. This will affect typescript users who were using consumerVersionSelectors with the fields pacticipant, all or version. These fields never worked, and now will no longer compile in typescript. The correct type is:
    ConsumerVersionSelector {
      tag?: string;
      latest?: boolean;
      consumer?: string;
      fallbackTag?: string;
    }
    
  • Drop support for node < 10 (328de85)

  • Update pact-core to v11. (9e5a67d)

pact-foundation
published 10.0.0-beta.34 •

Changelog

Source

10.0.0-beta.34 (2021-04-07)

Features

  • add support for ignoring keys via the eachKeyLike matcher (2f59c9f)

Fixes and Improvements

  • Correct types for interaction chaining in graphql (5043cc0)
  • package-name: Use the new name (pact-core) for pact-node (a42fee2)
  • Remove deprecated ability to provide options to Vverifier outside the constructor. Temporarily disable nestjs example accordingly (a7a3c0e)
  • typescript: accept string array as query value (69f74ba)
pact-foundation
published 9.15.4 •

Changelog

Source

10.0.0-beta.34 (2021-04-07)

Features

  • add support for ignoring keys via the eachKeyLike matcher (2f59c9f)

Fixes and Improvements

  • Correct types for interaction chaining in graphql (5043cc0)
  • package-name: Use the new name (pact-core) for pact-node (a42fee2)
  • Remove deprecated ability to provide options to Vverifier outside the constructor. Temporarily disable nestjs example accordingly (a7a3c0e)
  • typescript: accept string array as query value (69f74ba)
pact-foundation
published 9.15.3 •

Changelog

Source

9.15.3 (2021-03-10)

<<<<<<< HEAD

  • package.json & package-lock.json to reduce vulnerabilities (aa8036c)
pact-foundation
published 10.0.0-beta.33 •

Changelog

Source

10.0.0-beta.33 (2021-03-03)

Fixes and Improvements

  • use example in datetime matcher instead of generator if provided. Fixes #620 (c0ca78b)
pact-foundation
published 9.15.2 •

Changelog

Source

9.15.2 (2021-02-28)

Fixes and Improvements

<<<<<<< HEAD

  • pact-node: bump dependency on pact-node (a200414)
pact-foundation
published 10.0.0-beta.32 •

Changelog

Source

10.0.0-beta.32 (2021-02-23)

Features

  • add experimental 'allow missing' behind env var PACT_EXPERIMENTAL_FEATURE_ALLOW_MISSING_REQUESTS (2d3a1fe)

Fixes and Improvements

  • pact-node: Bump dependency on pact-node (812e09e)
pact-foundation
published 9.15.1 •

Changelog

Source

9.15.1 (2021-02-23)

  • Bump pact-node version to get vulnerability fixes (bc0e7f0)
pact-foundation
published 10.0.0-beta.31 •

Changelog

Source

10.0.0-beta.31 (2021-02-10)

Fixes and Improvements

  • improve file locking behaviour (0f73466)
pact-foundation
published 10.0.0-beta.30 •

Changelog

Source

10.0.0-beta.30 (2021-02-08)

Features

  • fix file locking, add 'overwrite' and 'callbackTimeout' flags (e891fcc), closes #599 #600

Fixes and Improvements

  • make the callback timeout configurable with a 5 sec default (a0f0876)
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