New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instana/google-cloud-run

Package Overview
Dependencies
Maintainers
2
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/google-cloud-run - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

esm-register.mjs

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [3.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11)
### Bug Fixes
- resolved esm loader issue for manual instrumentation node v18.19.0 and above ([#1063](https://github.com/instana/nodejs/issues/1063)) ([d69aff8](https://github.com/instana/nodejs/commit/d69aff86016a8b671a4ca97956d910b0ad51c99a))
# [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22)

@@ -8,0 +14,0 @@

13

package.json
{
"name": "@instana/google-cloud-run",
"version": "3.3.0",
"version": "3.3.1",
"description": "Instana tracing and monitoring for Node.js based Google Cloud Run services",

@@ -14,3 +14,4 @@ "author": {

"CHANGELOG.md",
"esm-loader.mjs"
"esm-loader.mjs",
"esm-register.mjs"
],

@@ -69,5 +70,5 @@ "publishConfig": {

"dependencies": {
"@instana/core": "3.3.0",
"@instana/metrics-util": "3.3.0",
"@instana/serverless": "3.3.0"
"@instana/core": "3.3.1",
"@instana/metrics-util": "3.3.1",
"@instana/serverless": "3.3.1"
},

@@ -77,3 +78,3 @@ "engines": {

},
"gitHead": "7919ec49da1b5f82ce610fde3e95eac3eb097060"
"gitHead": "441bf30bdcb4904720331e09136cabc31c11e369"
}

@@ -63,2 +63,7 @@ /*

tracing.activate();
logger.debug('@instana/google-cloud-run initialized.');
// eslint-disable-next-line no-unused-expressions
process.send && process.send('instana.google-cloud-run.initialized');
} catch (e) {

@@ -65,0 +70,0 @@ logger.error(

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