-
Notifications
You must be signed in to change notification settings - Fork 855
Use External Packages in Postman Scripts #13542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This was referenced Apr 14, 2025
Closed
Closed
@appurva21 thanks for sharing this great feature. |
This was referenced Apr 14, 2025
@pozil Absolutely! We are already working on it, and you’ll hear more from us on this very soon! |
This was referenced Apr 14, 2025
Closed
Closed
This was referenced Apr 15, 2025
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We’re excited to announce a powerful new capability in Postman’s scripting environment — support for external public packages from the NPM and JSR registries! 🎉
With this release, you can now seamlessly supercharge your pre-request and post-response scripts using your favorite open-source packages right from inside Postman.
📽️ Feature Walkthrough
Getting up and running is easy:
external.packages.mp4
🛠️ Planned Work Ahead
We’re just getting started! Here's what we're working on next:
Stay tuned! 💥
While this is a huge leap forward, here are a few limitations to be aware of:
child_process
orworker_threads
may not work as expected. We offer best-effort implementations of Node built-ins, but they may not have complete parity with Node.js.await
are not supported at the moment.🙌 Thank You!
This was long overdue and wouldn’t have been possible without the incredible feedback and support from our Postman community. Your insights and use cases helped shape this—please keep it coming!
Happy Scripting!
The text was updated successfully, but these errors were encountered: