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.8.7 to 0.9.0

dist/index.d.ts

27

package.json
{
"name": "@mcma/aws-lambda-worker-invoker",
"version": "0.8.7",
"version": "0.9.0",
"description": "Node module with code for invoking MCMA workers running as Lambda functions, via the AWS SDK",

@@ -8,3 +8,8 @@ "engines": {

},
"main": "index.js",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {

@@ -33,14 +38,16 @@ "test": "jasmine"

"peerDependencies": {
"@mcma/client": "0.8.7",
"@mcma/core": "0.8.7",
"@mcma/data": "0.8.7",
"@mcma/api": "0.8.7"
"@mcma/client": "0.9.0",
"@mcma/core": "0.9.0",
"@mcma/data": "0.9.0",
"@mcma/api": "0.9.0"
},
"devDependencies": {
"@mcma/client": "0.8.7",
"@mcma/core": "0.8.7",
"@mcma/data": "0.8.7",
"@mcma/api": "0.8.7",
"@mcma/api": "0.9.0",
"@mcma/client": "0.9.0",
"@mcma/core": "0.9.0",
"@mcma/data": "0.9.0",
"@types/node": "^13.7.6",
"@types/uri-templates": "^0.1.30",
"jasmine": "^3.2.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