New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@middy/cloudwatch-metrics

Package Overview
Dependencies
Maintainers
3
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/cloudwatch-metrics - npm Package Compare versions

Comparing version 3.0.4 to 3.1.0-rc.0

18

package.json
{
"name": "@middy/cloudwatch-metrics",
"version": "3.0.4",
"version": "3.1.0-rc.0",
"description": "Embedded CloudWatch metrics middleware for the middy framework",

@@ -13,7 +13,13 @@ "type": "module",

},
"main": "./index.cjs",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs",
"types": "./index.d.ts"
"import": {
"types": "./index.d.ts",
"default": "./index.js"
},
"require": {
"types": "./index.d.ts",
"default": "./index.cjs"
}
}

@@ -65,5 +71,5 @@ },

"devDependencies": {
"@middy/core": "3.0.4"
"@middy/core": "3.1.0-rc.0"
},
"gitHead": "3e9bc83e791f943c71cd7003fc27f0a3692d83a1"
"gitHead": "03a8794d3cdb4319eca49ba4c55420bea5d66430"
}

@@ -78,3 +78,3 @@ <div align="center">

handler.use(cloudwatchMetrics({
namspace: "myAppliction",
namespace: "myAppliction",
dimensions: [

@@ -81,0 +81,0 @@ { "Action": "Buy" }

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