
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
bitbucket-push-request
Advanced tools
Node module to make a pull request for bitbucket after doing some changes.
This project was based in Creating A Real-World CLI App With Node.
For more information of Bitbucket Rest API you can go to the Documentation.
If you wanna create the Slack Notification you can go to the Webhook Incoming Documentation
This app was built for NodeJS.
npm i bitbucket-push-request --save-dev
./bin/push orpackage.json as a script like this:
"push": "node node_modules/bitbucket-push-request/bin/push"npm run push-- before the commands. Example:
npm run push pr -- -j <jira> -m <message>npm link
After you link it, you can run it as push
Run push help
For the use, you need to do the following:
bb-pr-config-template.json and rename it as bb-pr-config.jsonfull - push, pull-request and slack notificationpr - push, create a pull request and slack notificationforks - show the forks for the repositoryslack - send a message to slack hook. You can send the jira you created too!!tag - create a tag in remote based on the package.json versionversion-update - Update the version in the package.jsonlib-update - Update the version in the package.json dependency of parent apppush pr -j <code> -m <my title>push full -j <code> -m <message> -n <version>push version-update -n <version> -p <path> -j <code>push lib-update -n <version> -j <code> -t <feature>push tagFAQs
Module to create a push, pull request in bitbucket
We found that bitbucket-push-request 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.