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
7
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.137.0 to 1.137.1

CHANGELOG.md

18

package.json
{
"name": "@instana/core",
"version": "1.137.0",
"version": "1.137.1",
"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' -not -path '*node_modules*')",
"test:mocha": "echo \"******* Files to be tested:\n $CI_CORE_TEST_FILES\" && mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/core/results.xml ${CI_CORE_TEST_FILES:=$(find test -iname '*test.js' -not -path '*node_modules*')}",
"test:debug": "WITH_STDOUT=true npm run test:mocha",

@@ -112,2 +112,10 @@ "lint": "eslint src test",

"url": "https://github.com/beep-boop-beep"
},
{
"name": "Willian Carvalho",
"email": "willian.carvalho@instana.com"
},
{
"name": "Katharina Irrgang",
"email": "katharina.irrgang@instana.com"
}

@@ -123,7 +131,7 @@ ],

"cls-bluebird": "^2.1.0",
"lru-cache": "^6.0.0",
"lru-cache": "6.0.0",
"methods": "^1.1.2",
"opentracing": "^0.14.5",
"redis-commands": "^1.7.0",
"semver": "7.3.5",
"semver": "7.3.3",
"shimmer": "1.2.1"

@@ -138,3 +146,3 @@ },

},
"gitHead": "1435dbfe13b7091ce08b688b185616b9f6b73061"
"gitHead": "3245c3c62510c75760763669a4834c789e75fa91"
}
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