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

@laconia/core

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laconia/core - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

8

package.json
{
"name": "@laconia/core",
"version": "1.8.0",
"version": "1.9.0",
"description": "Micro dependency injection framework",

@@ -27,6 +27,6 @@ "keywords": [

"dependencies": {
"@types/aws-lambda": "8.10.34"
"@types/aws-lambda": "8.10.40"
},
"devDependencies": {
"@laconia/test-helper": "^1.6.0"
"@laconia/test-helper": "^1.9.0"
},

@@ -42,3 +42,3 @@ "peerDependencies": {

},
"gitHead": "e33c1ac9f55095b992a8e2e18ad72a14546cf285"
"gitHead": "89c0ceec078b60ee4c946f861a9a612fc7355d79"
}

@@ -29,3 +29,5 @@ const AWS = require("aws-sdk");

await laconiaContext.refresh();
if (!callback || process.env.LACONIA_NO_CALLBACK === "true") {
return app(event, laconiaContext);
}
try {

@@ -32,0 +34,0 @@ const result = await app(event, laconiaContext);

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