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

@aws-lambda-powertools/commons

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lambda-powertools/commons - npm Package Compare versions

Comparing version 2.10.0 to 2.11.0

lib/cjs/types/GenericLogger.d.ts

1

lib/cjs/types/index.d.ts
export type { Request, MiddlewareLikeObj, MiddyLikeRequest, MiddlewareFn, CleanupFunction, } from './middy.js';
export type { GenericLogger } from './GenericLogger.js';
export type { SdkClient, MiddlewareArgsLike } from './awsSdk.js';

@@ -3,0 +4,0 @@ export type { JSONPrimitive, JSONValue, JSONObject, JSONArray, } from './json.js';

2

lib/cjs/version.d.ts

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

export declare const PT_VERSION = "2.10.0";
export declare const PT_VERSION = "2.11.0";
//# sourceMappingURL=version.d.ts.map

@@ -5,2 +5,2 @@ "use strict";

// this file is auto generated, do not modify
exports.PT_VERSION = '2.10.0';
exports.PT_VERSION = '2.11.0';
export type { Request, MiddlewareLikeObj, MiddyLikeRequest, MiddlewareFn, CleanupFunction, } from './middy.js';
export type { GenericLogger } from './GenericLogger.js';
export type { SdkClient, MiddlewareArgsLike } from './awsSdk.js';

@@ -3,0 +4,0 @@ export type { JSONPrimitive, JSONValue, JSONObject, JSONArray, } from './json.js';

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

export declare const PT_VERSION = "2.10.0";
export declare const PT_VERSION = "2.11.0";
//# sourceMappingURL=version.d.ts.map
// this file is auto generated, do not modify
export const PT_VERSION = '2.10.0';
export const PT_VERSION = '2.11.0';
{
"name": "@aws-lambda-powertools/commons",
"version": "2.10.0",
"version": "2.11.0",
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",

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

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