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

aws-testing-library

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-testing-library - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

2

lib/utils/api.d.ts
import { Method } from 'axios';
export declare type PlainObject = Record<string, string>;
export type PlainObject = Record<string, string>;
export declare const getResponse: (url: string, method: Method, params?: PlainObject, data?: PlainObject, headers?: PlainObject) => Promise<{

@@ -4,0 +4,0 @@ statusCode: number;

import { Kinesis } from 'aws-sdk';
export declare type IRecordMatcher = (args: any) => boolean;
export type IRecordMatcher = (args: any) => boolean;
export declare const existsInShard: (kinesis: Kinesis, shardIterator: string | undefined, matcher: IRecordMatcher, timeout: number, pollEvery: number) => Promise<boolean>;
export declare const existsInStream: (region: string, stream: string, matcher: IRecordMatcher, timeout: number, pollEvery?: number) => Promise<boolean>;

@@ -1,2 +0,2 @@

export declare type IMessageMatcher = (args: any) => boolean;
export type IMessageMatcher = (args: any) => boolean;
export declare const subscribeToTopic: (region: string, topicArn: string) => Promise<{

@@ -3,0 +3,0 @@ subscriptionArn: string;

{
"name": "aws-testing-library",
"version": "4.0.3",
"version": "4.0.4",
"description": "Chai and Jest matchers for aws services",

@@ -5,0 +5,0 @@ "scripts": {

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