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.2.1 to 0.2.2

2

lib/index.d.ts

@@ -7,4 +7,4 @@ import { IHandler } from './IHandler';

export * from './HttpLambdaServices';
export * from './RouteRegistry';
export { default as RouteRegistry } from './RouteRegistry';
export * from './invokeHttpHandler';
export { IHandler, IHttpEndpoint };

@@ -16,3 +16,7 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.RouteRegistry = void 0;
__exportStar(require("./Decorators"), exports);

@@ -22,3 +26,4 @@ __exportStar(require("./Middleware"), exports);

__exportStar(require("./HttpLambdaServices"), exports);
__exportStar(require("./RouteRegistry"), exports);
var RouteRegistry_1 = require("./RouteRegistry");
Object.defineProperty(exports, "RouteRegistry", { enumerable: true, get: function () { return __importDefault(RouteRegistry_1).default; } });
__exportStar(require("./invokeHttpHandler"), exports);
{
"name": "@aesop-fables/triginta",
"version": "0.2.1",
"version": "0.2.2",
"description": "A lightweight framework that wraps the basic infrastructure usages of AWS Lambda (SQS, Kinesis, etc.).",

@@ -5,0 +5,0 @@ "type": "commonjs",

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