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

@instana/core

Package Overview
Dependencies
Maintainers
3
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/core - npm Package Compare versions

Comparing version 1.68.3 to 1.68.4

src/tracing/.index.js.swp

8

package.json
{
"name": "@instana/core",
"version": "1.68.3",
"version": "1.68.4",
"description": "Core library for Instana's Node.js packages",

@@ -100,2 +100,6 @@ "main": "src/index.js",

"email": "osasu.eboh@jet.com"
},
{
"name": "Jonathan Samines",
"email": "jn.samines@gmail.com"
}

@@ -125,3 +129,3 @@ ],

},
"gitHead": "fc2d673a99079f09c5ce63f0de24649d9715da1a"
"gitHead": "ec37ac1bef979908babd8bc267ab6cb3f2228a1c"
}
'use strict';
var instrument = require('cls-bluebird');
var requireHook = require('../../../util/requireHook');

@@ -19,3 +20,3 @@ var cls = require('../../cls');

function patchBluebird(bluebirdModule) {
require('cls-bluebird')(cls.ns, bluebirdModule);
instrument(cls.ns, bluebirdModule);
}

@@ -28,3 +28,3 @@ 'use strict';

// otherwise we would run our instrumentation code twice (once for https.request and once for http.request).
if (semver.gte(process.versions.node, '9.0.0')) {
if (semver.gte(process.versions.node, '9.0.0') || process.versions.node === '8.9.0') {
instrument(coreHttpsModule);

@@ -31,0 +31,0 @@ }

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