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 1.0.9 to 1.1.1

4

lib/jest/api.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const diff = require("jest-diff");
const jest_diff_1 = require("jest-diff");
const os_1 = require("os");

@@ -28,3 +28,3 @@ const common_1 = require("../common");

else {
const diffString = diff(expected, received, {
const diffString = jest_diff_1.default(expected, received, {
expand: true,

@@ -31,0 +31,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const diff = require("jest-diff");
const jest_diff_1 = require("jest-diff");
const os_1 = require("os");

@@ -42,3 +42,3 @@ const common_1 = require("../common");

else {
const diffString = diff(expected, received, {
const diffString = jest_diff_1.default(expected, received, {
expand: true,

@@ -45,0 +45,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const diff = require("jest-diff");
const jest_diff_1 = require("jest-diff");
const os_1 = require("os");

@@ -39,3 +39,3 @@ const common_1 = require("../common");

else {
const diffString = diff(expected, received, {
const diffString = jest_diff_1.default(expected, received, {
expand: true,

@@ -42,0 +42,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const diff = require("jest-diff");
const jest_diff_1 = require("jest-diff");
const os_1 = require("os");

@@ -26,3 +26,3 @@ const common_1 = require("../common");

else {
const diffString = diff(expected, received, {
const diffString = jest_diff_1.default(expected, received, {
expand: true,

@@ -29,0 +29,0 @@ });

import AWS = require('aws-sdk');
export declare const filterLogEvents: (region: string, functionName: string, startTime: number, pattern: string) => Promise<{
events: AWS.CloudWatchLogs.FilteredLogEvent[];
events: AWS.CloudWatchLogs.FilteredLogEvents;
}>;
export declare const deleteAllLogs: (region: string, functionName: string) => Promise<void>;
{
"name": "aws-testing-library",
"version": "1.0.9",
"version": "1.1.1",
"description": "Chai and Jest matchers for aws services",

@@ -12,6 +12,6 @@ "scripts": {

"coverage": "jest --coverage",
"coverage:ci": "mkdir -p coverage && TZ=GMT jest --coverage --coverageReporters=text-lcov > ./coverage/lcov.info",
"prettier": "prettier --write src/**/*.ts",
"prettier:ci": "prettier --list-different src/**/*.ts",
"tag": "git tag \"v$npm_package_version\" && git push --tags",
"prepublishOnly": "yarn run build"
"tag": "git tag \"v$npm_package_version\" && git push --tags"
},

@@ -54,15 +54,16 @@ "files": [

"@types/chai": "^4.1.7",
"@types/jest": "^24.0.13",
"@types/jest-diff": "^20.0.1",
"@types/jest": "^25.0.0",
"@types/jest-diff": "^24.3.0",
"@types/jest-matcher-utils": "^21.0.2",
"@types/mockdate": "^2.0.0",
"@types/node": "^12.0.4",
"@types/node": "^13.1.6",
"@types/uuid": "^3.4.4",
"chai": "^4.2.0",
"husky": "^3.0.4",
"jest": "^24.9.0",
"jest-junit": "^8.0.0",
"coveralls": "^3.0.6",
"husky": "^4.0.7",
"jest": "^25.0.0",
"jest-junit": "^10.0.0",
"mockdate": "^2.0.2",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"ts-jest": "^25.0.0",
"ts-node": "^8.2.0",

@@ -76,8 +77,8 @@ "tslint": "^5.17.0",

"axios": "^0.19.0",
"jest-diff": "^24.8.0",
"jest-diff": "^25.0.0",
"uuid": "^3.3.2"
},
"engines": {
"node": ">=8.0.0"
"node": ">=v8.17.0"
}
}

@@ -5,2 +5,3 @@ # AWS Testing Library

[![CircleCI](https://circleci.com/gh/erezrokah/aws-testing-library.svg?style=svg)](https://circleci.com/gh/erezrokah/aws-testing-library)
[![Coverage Status](https://coveralls.io/repos/github/erezrokah/aws-testing-library/badge.svg?branch=master)](https://coveralls.io/github/erezrokah/aws-testing-library?branch=master)

@@ -7,0 +8,0 @@ > Note: If you're missing any capability please open an issue/feature request :)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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