
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
postman_collection_url_updater
Advanced tools
This project helps in updating request URLs in collection files in bulk
This is a command line utility that helps you to update request URLs in your collection files in a bulk. for instance, let say your URLs where in the form https://localhost:23456/api/v1/{{path}} and you wanted modify all the requests as {{baseURL}}/{{path}} you can do it as
npx postman-collection-url-updater -c "collection.json" -r "https://localhost:23456/api/v1/{{path}}" -w "{{baseURL}}/{{path}}" -s "new_collection.json"
options | alias | description | Example |
---|---|---|---|
--collection_path | -c | Path to the source Collection.json file | collection.json or project/collection.json |
--replace_url_part | -r | The part of the URL to modify | v1 or https://localhost:23456/api/v1/ or localhost:23456/ |
--with_url_part | -w | The value to replace the matching URL part with | v2 or {{baseURL}}/{{path}} or localhost:8888/ |
--save_as | -s | (Optional) Path to output collection file, DEFAULT: new_collection.json. If no value provided then the file will be saved by prefixing new to current collection name | modifiedCollection.json or project/modifiedCollection.json |
FAQs
This project helps in updating request URLs in collection files in bulk
We found that postman_collection_url_updater demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.