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

@instana/autoprofile

Package Overview
Dependencies
Maintainers
6
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/autoprofile - npm Package Compare versions

Comparing version 2.0.0 to 2.2.0

8

CHANGELOG.md

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

# [2.2.0](https://github.com/instana/nodejs/compare/v2.1.0...v2.2.0) (2022-05-18)
**Note:** Version bump only for package @instana/autoprofile
# [2.0.0](https://github.com/instana/nodejs/compare/v1.140.1...v2.0.0) (2022-04-04)

@@ -8,0 +16,0 @@

8

package.json
{
"name": "@instana/autoprofile",
"version": "2.0.0",
"version": "2.2.0",
"description": "Automatic Node.js Profiler",

@@ -29,5 +29,5 @@ "author": {

"install": "node node-gyp-fallback.js",
"test": "mocha --sort test/auto_profiler.test.js $(find test -iname '*test.js' -not -path '*node_modules*')",
"test": "mocha --config=test/.mocharc.js --require test/hooks.js --sort $(find test -iname '*test.js' -not -path '*node_modules*')",
"test:debug": "WITH_STDOUT=true npm run test",
"test:ci": "echo \"******* Files to be tested:\n $CI_AUTOPROFILE_TEST_FILES\" && if [ -z \"${CI_AUTOPROFILE_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --sort test/auto_profiler.test.js ${CI_AUTOPROFILE_TEST_FILES}; fi",
"test:ci": "echo \"******* Files to be tested:\n $CI_AUTOPROFILE_TEST_FILES\" && if [ -z \"${CI_AUTOPROFILE_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js --sort ${CI_AUTOPROFILE_TEST_FILES}; fi",
"lint": "eslint lib test",

@@ -73,3 +73,3 @@ "verify": "npm run lint && npm test",

"license": "BSD-3-Clause",
"gitHead": "f1dd7b5bcc7de73e00504bf20711c978b60e0f26"
"gitHead": "5f039b739bf6726e6a0da401721f6ea790d9850d"
}
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