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.1 to 1.1.2

4

dist/integration.js

@@ -33,3 +33,3 @@ "use strict";

account.externalId === externalId &&
account.nrAccountId === accountId);
account.nrAccountId === parseInt(accountId, 10));
});

@@ -139,3 +139,3 @@ if (match.length < 1) {

catch (err) {
this.serverless.cli.log(`Error while creating the New Relic AWS Lambda cloud integration: ${JSON.stringify(err)}.`);
this.serverless.cli.log(`Error while creating the New Relic AWS Lambda cloud integration: ${err}.`);
}

@@ -142,0 +142,0 @@ });

{
"name": "serverless-newrelic-lambda-layers",
"version": "1.1.1",
"version": "1.1.2",
"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