Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Add tunnel executor #4

Merged
merged 10 commits into from
Apr 2, 2023
Merged

Add tunnel executor #4

merged 10 commits into from
Apr 2, 2023

Conversation

domjtalbot
Copy link
Owner

@domjtalbot domjtalbot commented Apr 2, 2023

Add a executor for creating a tunnel via Ngrok.

What's Changed?

  • Add tunnel executor
  • Manually configure the tunnel settings.
  • Alternatively, let Ngrok wrap an existing target to automatically tunnel the server URL.

@domjtalbot domjtalbot self-assigned this Apr 2, 2023
@changeset-bot
Copy link

changeset-bot bot commented Apr 2, 2023

🦋 Changeset detected

Latest commit: e69631d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
nx-ngrok Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome, domjtalbot! 👋
Thanks for submitting your first pull request! 🚀

@socket-security
Copy link

socket-security bot commented Apr 2, 2023

New dependency changes detected. Learn more about Socket for GitHub ↗︎


🚨 Potential security issues found in this pull request. To accept the risk, merge this PR and you will not be notified again.

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore @nestjs/core@9.0.0
  • @SocketSecurity ignore ngrok@4.3.3
📜 Install scripts

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Package Script field Source
@nestjs/core@9.0.0 (added) postinstall package.json, pnpm-lock.yaml via @nestjs/platform-express@9.0.0, @nestjs/testing@9.0.0
ngrok@4.3.3 (added) postinstall package.json, pnpm-lock.yaml
Pull request alert summary
Issue Status
Install scripts ⚠️ 2 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@nrwl/nx-cloud@15.3.5 eval, network, filesystem, shell, environment +8 nrwlowner
nx-mesh@4.0.0-next-20230320174438 eval, network, filesystem, shell, environment +393 domjtalbot
ngrok@4.3.3 network, filesystem, shell, environment +25 philnash
@graphql-typed-document-node/core@3.1.2 None +1 dotansimha
@graphql-mesh/cli@0.82.27 eval, network, filesystem, shell, environment +387 ardatan
@nestjs/core@9.0.0 eval, network, filesystem, shell, environment +22 nestjscore
reflect-metadata@0.1.13 None +0 rbuckton
@nestjs/testing@9.0.0 eval, network, filesystem, shell, environment +23 nestjscore
@graphql-mesh/graphql@0.34.10 eval, network, filesystem, shell, environment +291 ardatan
@nestjs/platform-express@9.0.0 eval, network, filesystem, shell, environment +22 nestjscore
@nestjs/common@9.0.0 None +3 nestjscore
@nrwl/node@15.7.1 eval, network, filesystem, shell, environment +2 nrwl-jason
@nrwl/nest@15.7.1 eval, network, filesystem, shell, environment +6 nrwl-jason
graphql@16.6.0 environment +0 i1g

@github-actions
Copy link
Contributor

github-actions bot commented Apr 2, 2023

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
nx-ngrok 1.0.0-alpha-20230402160113 npm ↗︎ unpkg ↗︎

@domjtalbot domjtalbot merged commit 86b9f13 into main Apr 2, 2023
@domjtalbot domjtalbot deleted the feature/tunnel-executor branch April 2, 2023 16:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant