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

datadog-lambda-js

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datadog-lambda-js - npm Package Compare versions

Comparing version 3.46.0 to 3.47.0

2

dist/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.datadogLambdaVersion = void 0;
exports.datadogLambdaVersion = "3.46.0";
exports.datadogLambdaVersion = "3.47.0";
//# sourceMappingURL=constants.js.map

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

RuntimeTagValues["Node12"] = "nodejs12.x";
RuntimeTagValues["Node14"] = "nodejs14.x";
})(RuntimeTagValues || (RuntimeTagValues = {}));

@@ -58,2 +59,5 @@ function getVersionTag() {

}
if (processVersion.startsWith("v14")) {
processVersionTagString = RuntimeTagValues.Node14;
}
if (!processVersionTagString) {

@@ -60,0 +64,0 @@ return null;

{
"name": "datadog-lambda-js",
"version": "3.46.0",
"version": "3.47.0",
"description": "Lambda client library that supports hybrid tracing in node js",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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