Socket
Socket
Sign inDemoInstall

@aesop-fables/triginta

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesop-fables/triginta - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

lib/sqs/invokeSqsHandler.d.ts

10

lib/index.d.ts

@@ -7,5 +7,7 @@ export * from './IHandler';

export { default as RouteRegistry, IRouteRegistry } from './RouteRegistry';
export * from './SqsLambda';
export * from './SqsLambdaServices';
export * from './ISqsMessageHandler';
export * from './sqs/SqsLambda';
export * from './sqs/SqsLambdaServices';
export * from './sqs/ISqsMessageHandler';
export * from './sqs/RecordMatchers';
export * from './sqs/ISqsMessage';
export * from './http/IConfiguredRoute';

@@ -16,3 +18,3 @@ export * from './TrigintaConfig';

import * as httpUtils from './http/invokeHttpHandler';
import * as sqsUtils from './invokeSqsHandler';
import * as sqsUtils from './sqs/invokeSqsHandler';
/**

@@ -19,0 +21,0 @@ * Provides helper functions for invoking lambdas in unit/integration tests.

@@ -40,5 +40,7 @@ "use strict";

Object.defineProperty(exports, "RouteRegistry", { enumerable: true, get: function () { return __importDefault(RouteRegistry_1).default; } });
__exportStar(require("./SqsLambda"), exports);
__exportStar(require("./SqsLambdaServices"), exports);
__exportStar(require("./ISqsMessageHandler"), exports);
__exportStar(require("./sqs/SqsLambda"), exports);
__exportStar(require("./sqs/SqsLambdaServices"), exports);
__exportStar(require("./sqs/ISqsMessageHandler"), exports);
__exportStar(require("./sqs/RecordMatchers"), exports);
__exportStar(require("./sqs/ISqsMessage"), exports);
__exportStar(require("./http/IConfiguredRoute"), exports);

@@ -49,3 +51,3 @@ __exportStar(require("./TrigintaConfig"), exports);

const httpUtils = __importStar(require("./http/invokeHttpHandler"));
const sqsUtils = __importStar(require("./invokeSqsHandler"));
const sqsUtils = __importStar(require("./sqs/invokeSqsHandler"));
/**

@@ -52,0 +54,0 @@ * Provides helper functions for invoking lambdas in unit/integration tests.

{
"name": "@aesop-fables/triginta",
"version": "0.6.0",
"version": "0.7.0",
"description": "A lightweight framework that wraps the basic infrastructure usages of AWS Lambda (SQS, Kinesis, etc.).",

@@ -36,5 +36,6 @@ "type": "commonjs",

"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "5.59.1",
"@typescript-eslint/parser": "5.59.2",
"aws-sdk": "^2.1363.0",
"esbuild": "^0.17.8",
"eslint": "8.38.0",
"eslint": "8.39.0",
"eslint-config-prettier": "^8.5.0",

@@ -47,3 +48,3 @@ "eslint-plugin-jest": "27.2.1",

"reflect-metadata": "^0.1.13",
"ts-jest": "29.0.5",
"ts-jest": "29.1.0",
"typescript": "4.9.5"

@@ -59,2 +60,3 @@ },

"@middy/http-json-body-parser": "4.x",
"aws-sdk": "2.x",
"reflect-metadata": "0.1.x"

@@ -61,0 +63,0 @@ },

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