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

@aws-lambda-powertools/metrics

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.7.1 to 0.7.2

10

package.json
{
"name": "@aws-lambda-powertools/metrics",
"version": "0.7.1",
"version": "0.7.2",
"description": "The metrics package for the AWS Lambda Powertools for TypeScript library",

@@ -16,3 +16,5 @@ "author": {

"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
"test:e2e": "jest --group=e2e",
"test:e2e:nodejs12x": "RUNTIME=nodejs12x jest --group=e2e",
"test:e2e:nodejs14x": "RUNTIME=nodejs14x jest --group=e2e",
"test:e2e": "concurrently \"npm:test:e2e:nodejs12x\" \"npm:test:e2e:nodejs14x\"",
"watch": "jest --group=unit --watch ",

@@ -69,5 +71,5 @@ "build": "tsc",

"dependencies": {
"@aws-lambda-powertools/commons": "^0.7.1"
"@aws-lambda-powertools/commons": "^0.7.2"
},
"gitHead": "4941a34a676f59875cb303413755badbb9d8e1bf"
"gitHead": "13c272917a29a2a676be8651ee2b15c92318504e"
}
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