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

@newrelic/next

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newrelic/next - npm Package Versions

1

0.3.0

Diff

Changelog

Source

v0.3.0 (2022-07-27)

  • 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.x

  • Updated sample app to use http.get instead of fetch to make subrequests to API to avoid async context propagation breakage in Node 18.

newrelic
published 0.2.0 •

Changelog

Source

v0.2.0 (2022-07-05)

  • BREAKING: Fixed instrumentation to only support middleware in >=12.2.0 of Next.js

    • Next.js has made middleware stable.
    • All attempts in @newrelic/next to track middleware before 12.2.0 have been removed.
  • Added an additional path to register next-server when running a Next.js app with a standalone server.

  • Updated dev-dependencies to clear security audit warnings.

newrelic
published 0.1.1 •

Changelog

Source

v0.1.1 (2022-04-04)

  • Added support for middleware in > 12.1.1 of Next.js. The return of getModuleContext is now an async function.

  • Fixed a few small documentation items.

newrelic
published 0.1.0 •

Changelog

Source

v0.1.0 (2022-03-01)

  • Initial release of the Node.js Next.js instrumentation.
    • Transaction naming based on Next.js page or API route.
    • Segment/Span capture for middleware, and getServerSideProps.
    • Documentation around manually injecting the New Relic browser agent.
    • Verified support on Next.js >= 12.0.9
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