Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instana/autoprofile

Package Overview
Dependencies
Maintainers
6
Versions
182
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 1.140.0 to 1.140.1

8

CHANGELOG.md

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

## [1.140.1](https://github.com/instana/nodejs/compare/v1.140.0...v1.140.1) (2022-04-04)
**Note:** Version bump only for package @instana/autoprofile
# [1.140.0](https://github.com/instana/nodejs/compare/v1.138.0...v1.140.0) (2022-03-24)

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

10

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

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

"install": "node node-gyp-fallback.js",
"test": "npm run test:mocha",
"test:debug": "WITH_STDOUT=true npm run test:mocha",
"test:mocha": "echo \"******* Files to be tested:\n $CI_AUTOPROFILE_TEST_FILES\" && mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/autoprofile/results.xml --recursive ${CI_AUTOPROFILE_TEST_FILES:=} test/auto_profiler.test.js",
"test": "mocha --sort test/auto_profiler.test.js $(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",
"lint": "eslint lib test",

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

"license": "BSD-3-Clause",
"gitHead": "568758f47c8db228a681006652e0ad60d256e884"
"gitHead": "2130f40cc287ebbe887590128178ab4a0e76558f"
}
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