@studio/lambda
Advanced tools
+7
-0
| # Changes | ||
| ## 2.0.2 | ||
| - 🐛 [`6a70c3c`](https://github.com/javascript-studio/studio-lambda/commit/6a70c3cae4640e68d6dd62196aeac5bfaaf62737) | ||
| Revert "Do not prepend forwarded log namespace with name" | ||
| > This reverts commit 7082da34f64146db43402d40835bfb2ffbb934f7. | ||
| ## 2.0.1 | ||
@@ -4,0 +11,0 @@ |
+1
-1
@@ -151,3 +151,3 @@ /* | ||
| } | ||
| logger(json.ns)[json.topic](...args); | ||
| lambda_log.child(json.ns)[json.topic](...args); | ||
| callback(); | ||
@@ -154,0 +154,0 @@ } |
+1
-1
| { | ||
| "name": "@studio/lambda", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "JavaScript Studio lambda execution environment", | ||
@@ -5,0 +5,0 @@ "author": "Maximilian Antoni <max@javascript.studio>", |
@@ -456,3 +456,3 @@ /*eslint-env mocha*/ | ||
| const lambda_log = logger('Lambda log'); | ||
| const lambda_test_log = logger('Test'); | ||
| const lambda_test_log = logger('Lambda log Test'); | ||
| lambda = Lambda.create(); | ||
@@ -479,3 +479,3 @@ sinon.stub(lambda_log, 'ignore'); | ||
| it('handles error log output with cause', (done) => { | ||
| const lambda_test_log = logger('Test'); | ||
| const lambda_test_log = logger('Lambda log-error-cause Test'); | ||
| lambda = Lambda.create(); | ||
@@ -482,0 +482,0 @@ sinon.stub(lambda_test_log, 'error'); |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 10 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 10 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
41897
0.73%