🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@ngrok/ngrok-linux-arm64-gnu

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngrok/ngrok-linux-arm64-gnu - npm Package Versions

234

1.5.1

Diff
eng-npm-bot
published 1.5.1 •
eng-npm-bot
published 1.5.0 •

Changelog

Source

1.5.0

Adds poolingEnabled to listener builders, allowing the endpoint to pool with other endpoints with the same host/port/binding

bobzilladev
published 1.4.1 •

Changelog

Source

1.4.1

  • Fix traffic_policy naming for ngrok.forward
bobzilladev
published 1.4.0 •

Changelog

Source

1.4.0

  • Rename policy to traffic_policy
  • Fix quickstart example in README
  • Add Microsoft Visual C++ Redistributable requirement for Windows to documentation
bobzilladev
published 1.3.0 •

Changelog

Source

1.3.0:

  • Add rootCas to session builder and root_cas to ngrok.forward. Setting this to host will use the host's trusted certificates to connect for the ngrok session.
  • Add session_ca_cert and server_addr to ngrok.forward, which correspond to the same functions in the session builder.
bobzilladev
published 1.2.0 •

Changelog

Source

1.2.0:

  • Add verifyUpstreamTls to listener builders and verify_upstream_tls to ngrok.forward. Setting this to false will skip verification of the upstream application's TLS certificate.
bobzilladev
published 1.1.1 •

Changelog

Source

1.1.1:

  • Add appProtocol(string) to the labeled listener builder. Setting this to "http2" will enable HTTP/2 support to the backend application.
bobzilladev
published 1.1.0 •

Changelog

Source

1.1.0:

  • Add appProtocol(string) to http listener builder, and app_protocol: string as a ngrok.forward() argument. Setting this to "http2" will enable HTTP/2 support to the backend application.
bobzilladev
published 1.0.0 •

Changelog

Source

1.0.0:

  • Add policy support to Listener builders and ngrok.forward
bobzilladev
published 0.9.1 •

Changelog

Source

0.9.1:

  • Move to ngrok.forward from ngrok.connect, keeping an alias.
  • Rename to ngrok-javascript.
  • Smaller number of files packaged.