Socket
Socket
Sign inDemoInstall

@aws-lambda-powertools/commons

Package Overview
Dependencies
Maintainers
4
Versions
93
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 0.9.1 to 0.10.0

lib/samples/resources/contexts/hello-world.d.ts

4

lib/index.d.ts
export * from './utils/lambda';
export * from './Utility';
export * as ContextExamples from './tests/resources/contexts';
export * as Events from './tests/resources/events';
export * as ContextExamples from './samples/resources/contexts';
export * as Events from './samples/resources/events';
//# sourceMappingURL=index.d.ts.map

@@ -20,4 +20,4 @@ "use strict";

__exportStar(require("./Utility"), exports);
exports.ContextExamples = require("./tests/resources/contexts");
exports.Events = require("./tests/resources/events");
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxpREFBK0I7QUFDL0IsNENBQTBCO0FBQzFCLGdFQUE4RDtBQUM5RCxxREFBbUQifQ==
exports.ContextExamples = require("./samples/resources/contexts");
exports.Events = require("./samples/resources/events");
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxpREFBK0I7QUFDL0IsNENBQTBCO0FBQzFCLGtFQUFnRTtBQUNoRSx1REFBcUQifQ==
{
"name": "@aws-lambda-powertools/commons",
"version": "0.9.1",
"version": "0.10.0",
"description": "A shared utility package for AWS Lambda Powertools for TypeScript libraries",

@@ -43,3 +43,3 @@ "author": {

},
"gitHead": "073e39d300bb377d16ecd43c8056f85e7bd36979"
"gitHead": "5922f7ba46db66c625892bc09eabec76adb35d90"
}

@@ -10,3 +10,3 @@ # AWS Lambda Powertools for TypeScript

**[📜 Documentation](https://awslabs.github.io/aws-lambda-powertools-typescript/)** | **[NPM](https://www.npmjs.com/org/aws-lambda-powertools)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Examples](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples/cdk)**
**[📜 Documentation](https://awslabs.github.io/aws-lambda-powertools-typescript/)** | **[NPM](https://www.npmjs.com/org/aws-lambda-powertools)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Examples](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples)**

@@ -39,5 +39,3 @@ > **An AWS Developer Acceleration (DevAx) initiative by Specialist Solution Architects | aws-devax-open-source@amazon.com**

* [CDK](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples/cdk)
* [Tracer](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/packages/tracing/examples)
* [Logger](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/packages/logger/examples)
* [Metrics](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/packages/metrics/examples)
* [SAM](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples/sam)

@@ -44,0 +42,0 @@ ## Credits

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