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.130.1 to 1.131.0

8

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

@@ -15,3 +15,3 @@ "main": "src/index.js",

"test": "NODE_ENV=debug USE_OPENTRACING_DEBUG_IMPL=true npm run test:mocha",
"test:mocha": "mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/core/results.xml $(find test -iname '*test.js')",
"test:mocha": "mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/core/results.xml $(find test -iname '*test.js' -not -path '*node_modules*')",
"test:debug": "WITH_STDOUT=true npm run test:mocha",

@@ -118,3 +118,3 @@ "lint": "eslint src test",

},
"homepage": "https://github.com/instana/nodejs#readme",
"homepage": "https://github.com/instana/nodejs/blob/main/packages/core/README.md",
"dependencies": {

@@ -138,3 +138,3 @@ "async-hook-jl": "^1.7.6",

},
"gitHead": "6fe6e2f1d58b616bfb5ef408f13af2febe9ad19a"
"gitHead": "c143ddafc50f8305684638f5abff0ee847830408"
}

@@ -129,3 +129,2 @@ /*

// excludeList entry.
// eslint-disable-next-line no-continue
continue;

@@ -137,3 +136,2 @@ }

// match. Continue with next excludeList entry.
// eslint-disable-next-line no-continue
continue outer;

@@ -140,0 +138,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