🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@apimatic/test-utilities

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apimatic/test-utilities

provides the assertion utilities

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
61
-44.04%
Maintainers
6
Weekly downloads
 
Created
Source

APIMatic Test Utilities Library for JavaScript SDKs

This package provides assertion utilities for testing api calls. It can be plugged in as dev dependency to any library.

The exported functionality includes:

  • Stream Data Retrieval: Retrieves streaming data from a given URL.
  • Buffer Conversion: Creates a Buffer instance from a Node.js readable stream or a Blob.
  • Header Comparison: Compares actual headers with expected headers, ignoring case sensitivity.
  • Value Matching with Options: Checks whether the expected value matches the actual value using specified comparison options.

This library is used as a dev-dependency by JavaScript SDKs generated by the APIMatic Code Generator. For details on supported platforms and build artifacts, see the Build and Usage Section.

FAQs

Package last updated on 04 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts