Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.5.4 to 3.0.0-alpha.0

12

package.json
{
"name": "@middy/cloudwatch-metrics",
"version": "2.5.4",
"version": "3.0.0-alpha.0",
"description": "Embedded CloudWatch metrics middleware for the middy framework",
"type": "commonjs",
"type": "module",
"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -13,3 +13,3 @@ "engineStrict": true,

},
"main": "index.js",
"exports": "./index.js",
"types": "index.d.ts",

@@ -56,5 +56,5 @@ "files": [

"devDependencies": {
"@middy/core": "^2.5.4"
"@middy/core": "^3.0.0-alpha.0"
},
"gitHead": "a4134a579c757a9fdfed3006877ba2c0ec8a2cfa"
"gitHead": "c533f62841c8a39d061d7b94f30ba178f002c8db"
}

@@ -61,4 +61,4 @@ # Middy Cloudwatch metrics middleware

```javascript
const middy = require('@middy/core')
const cloudwatchMetrics = require('@middy/cloudwatch-metrics')
import middy from '@middy/core'
import cloudwatchMetrics from '@middy/cloudwatch-metrics'

@@ -65,0 +65,0 @@ const handler = middy((event, context) => {

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