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

serverless-newrelic-lambda-layers

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-newrelic-lambda-layers - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

6

dist/index.js

@@ -265,2 +265,3 @@ "use strict";

"nodejs12.x",
"nodejs14.x",
"nodejs8.10",

@@ -310,2 +311,5 @@ "python2.7",

: this.config.accountId;
if (this.config.enableDistributedTracing) {
environment.NEW_RELIC_DISTRIBUTED_TRACING_ENABLED = "true";
}
environment.NEW_RELIC_TRUSTED_ACCOUNT_KEY = environment.NEW_RELIC_TRUSTED_ACCOUNT_KEY

@@ -389,3 +393,3 @@ ? environment.NEW_RELIC_TRUSTED_ACCOUNT_KEY

getHandlerWrapper(runtime, handler) {
if (["nodejs10.x", "nodejs12.x"].indexOf(runtime) !== -1) {
if (["nodejs10.x", "nodejs12.x", "nodejs14.x"].indexOf(runtime) !== -1) {
return "newrelic-lambda-wrapper.handler";

@@ -392,0 +396,0 @@ }

2

package.json
{
"name": "serverless-newrelic-lambda-layers",
"version": "1.1.2",
"version": "1.1.4",
"description": "Serverless plugin for NewRelic APM AWS Lambda layers.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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