Socket
Socket
Sign inDemoInstall

@newrelic/native-metrics

Package Overview
Dependencies
37
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

10.1.1

Diff

Changelog

Source

v10.1.1 (2024-04-09)

Miscellaneous chores
  • Skipped macOS integration tests in CI (#245) (20b096f)
Continuous integration
  • Removed use_new_release input from prepare release workflow (#247) (6cadc52)
  • Updated CI process for releases (#246) (aa63ee8)
newrelic
published 10.1.0 •

Changelog

Source

v10.1.0 (2024-03-05)

  • Migrated to using prebuildify and node-gyp-install.
    • Prebuilt binaries are now shipped in the npm package.
    • Prebuilt binaries are included for Node.js 16, 18, and 20 across Windows x86/x64, Linux amd64/arm64, and macOS arm64.
    • The environment variables NR_NATIVE_METRICS_NO_DOWNLOAD, NR_NATIVE_METRICS_NO_BUILD, NR_NATIVE_METRICS_DOWNLOAD_HOST, and NR_NATIVE_METRICS_REMOTE_PATH have been removed.
  • Bumped @babel/traverse from 7.22.5 to 7.23.2.
newrelic
published 10.0.1 •

Changelog

Source

v10.0.1 (2023-09-11)

  • Fixed issue where this package could not download prebuilts.

  • Fixed issue in Node 20 with using a proxy server to download prebuilts.

newrelic
published 10.0.0 •

Changelog

Source

v10.0.0 (2023-08-28)

  • BREAKING: Removed support for Node 14.

  • Added support for Node 20.

  • Updated install stage to attempt download first, and fall back to build if download fails

  • Refactored code to make it easier to test

  • Added full suite of unit tests

  • Updated word-wrap from 1.2.3 to 1.2.4.

newrelic
published 9.0.1 •

Changelog

Source

v9.0.1 (2023-06-21)

  • Updated the slack invite link
  • Updated semver to 7.5.2.
  • Updated README links to point to new forum link due to repolinter ruleset change
  • Updated xml2js to 0.5.0.
  • Updated json5 from 2.2.1 to 2.2.2.
  • Added lockfile checks to CI workflow to prevent malicious changes
  • Updated qs to 6.5.3.
newrelic
published 9.0.0 •

Changelog

Source

v9.0.0 (2022-08-01)

  • BREAKING Removed support for Node 12.

    The minimum supported version is now Node v14. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.

  • Added support for Node 18.

  • Fixed GC binder to properly record Garbage Collection metrics in Node 18.

  • Resolved several dev-dependency audit warnings.

  • Bumped minimum nan version to ^2.16.0.

newrelic
published 8.0.0 •

Changelog

Source

v8.0.0 (2022-03-22)

  • BREAKING Removed RUSageMeter. This was used to get resource usage statistics via libuv. It is no longer needed since Node.js version 12 has support via process.cpuUsage.

  • Fixed spelling in compatibility documentation.

  • Added integration tests for downloading with proxy.

  • Fixed the download tests to skip when running on branch or unsupported architectures.

newrelic
published 7.1.2 •

Changelog

Source

v7.1.2 (2022-02-23)

  • Added windows-latest run for Node 16 only back to CI.

  • Added clarifying language to agent impacts when the module fails to install to install script.

    • Indicated which page the missing metrics impact.
    • Added new blurb to failure as the initial message can be missed/skimmed-over when there is significant build process logging.
    • Indicated it is safe to run in production.
newrelic
published 7.1.1 •

Changelog

Source

v7.1.1 (2022-02-16)

  • Replaced usage of proxy-agent with https-proxy-agent.

  • Bumped nan to ^2.15.0.

  • Updated add-to-board to use org level NODE_AGENT_GH_TOKEN

  • Changed trigger on binary upload to wait for release of module instead of waiting for a tag that starts with v to be created

  • Updated CI workflow to use windows-2019 image instead of windows-latest.

newrelic
published 7.1.0 •

Changelog

Source

v7.1.0 (2022-01-11)

  • Added ability to download pre-builts through a proxy host.

    • Use NR_NATIVE_METRICS_PROXY_HOST=<proxy_host> npm i @newrelic/native-metrics.
  • Fixed deprecated code, updated fs.existsSync to fs.accessSync and using NULL vs. the more modern nullptr.

  • Added workflow to automate preparing release notes by reusing the newrelic/node-newrelic/.github/workflows/prep-release.yml@main workflow from agent repository.

  • Added job to automatically add issues/pr to Node.js Engineering board

234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc