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.3.2 to 0.3.3

2

lib/index.d.ts

@@ -0,5 +1,5 @@

import 'reflect-metadata';
import { IHandler } from './IHandler';
import { IHttpEndpoint } from './IHttpEndpoint';
export * from './Decorators';
export * from './Middleware';
export * from './HttpLambda';

@@ -6,0 +6,0 @@ export * from './HttpLambdaServices';

@@ -21,4 +21,5 @@ "use strict";

exports.RouteRegistry = void 0;
require("reflect-metadata");
__exportStar(require("./Decorators"), exports);
__exportStar(require("./Middleware"), exports);
// export * from './Middleware';
__exportStar(require("./HttpLambda"), exports);

@@ -25,0 +26,0 @@ __exportStar(require("./HttpLambdaServices"), exports);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// import middy from '@middy/core';
// import xss from 'xss';
// export const errorWrapper = () => ({

@@ -4,0 +5,0 @@ // onError: (handler: middy.MiddyfiedHandler, next: middy.MiddlewareFn) => {

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

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

"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "5.45.0",
"esbuild": "^0.16.2",
"eslint": "8.29.0",
"@typescript-eslint/parser": "5.52.0",
"esbuild": "^0.17.8",
"eslint": "8.34.0",
"eslint-config-prettier": "^8.5.0",

@@ -43,3 +43,3 @@ "eslint-plugin-jest": "27.1.6",

"ts-jest": "29.0.1",
"typescript": "4.9.3"
"typescript": "4.9.5"
},

@@ -46,0 +46,0 @@ "files": [

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