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

@aws-lambda-powertools/logger

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/logger - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

lib/cjs/formatter/LogFormatter.js

@@ -67,3 +67,3 @@ "use strict";

const stackLines = stack.split('\n');
const regex = /\((.*):(\d+):(\d+)\)\\?$/;
const regex = /\(([^)]*?):(\d+?):(\d+?)\)\\?$/;
let i;

@@ -70,0 +70,0 @@ for (i = 0; i < stackLines.length; i++) {

@@ -64,3 +64,3 @@ /**

const stackLines = stack.split('\n');
const regex = /\((.*):(\d+):(\d+)\)\\?$/;
const regex = /\(([^)]*?):(\d+?):(\d+?)\)\\?$/;
let i;

@@ -67,0 +67,0 @@ for (i = 0; i < stackLines.length; i++) {

{
"name": "@aws-lambda-powertools/logger",
"version": "2.0.2",
"version": "2.0.3",
"description": "The logging package for the Powertools for AWS Lambda (TypeScript) library",

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

"dependencies": {
"@aws-lambda-powertools/commons": "^2.0.2",
"@aws-lambda-powertools/commons": "^2.0.3",
"lodash.merge": "^4.6.2"

@@ -31,0 +31,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