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

@mcma/aws-lambda-worker-invoker

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcma/aws-lambda-worker-invoker - npm Package Compare versions

Comparing version 0.16.17 to 0.16.18

0

dist/index.d.ts
export * from "./lib";

@@ -0,0 +0,0 @@ "use strict";

export * from "./lambda-worker-invoker";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { LambdaClient } from "@aws-sdk/client-lambda";

@@ -0,0 +0,0 @@ "use strict";

18

package.json
{
"name": "@mcma/aws-lambda-worker-invoker",
"version": "0.16.17",
"version": "0.16.18",
"description": "Node module with code for invoking MCMA workers running as Lambda functions, via the AWS SDK",
"engines": {
"node": "^18.0.0"
"node": ">=18.0.0"
},

@@ -34,14 +34,14 @@ "type": "commonjs",

"dependencies": {
"@aws-sdk/client-lambda": "^3.441.0"
"@aws-sdk/client-lambda": "^3.596.0"
},
"peerDependencies": {
"@mcma/core": "0.16.17",
"@mcma/worker-invoker": "0.16.17"
"@mcma/core": "0.16.18",
"@mcma/worker-invoker": "0.16.18"
},
"devDependencies": {
"@mcma/core": "0.16.17",
"@mcma/worker-invoker": "0.16.17",
"@types/node": "^18.15.10",
"jasmine": "^3.2.0"
"@mcma/core": "0.16.18",
"@mcma/worker-invoker": "0.16.18",
"@types/node": "^18.19.34",
"jasmine": "^5.1.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