You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

bitbucket-srv-rest

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbucket-srv-rest - npm Package Compare versions

Comparing version

to
1.6.5

2

index.js

@@ -593,3 +593,3 @@ var RSVP = require('rsvp');

return new RSVP.Promise(function(resolve, reject) {
request.post(self.baseUrl + `/rest/api/1.0/projects/${projectKey}/repos/${repositorySlug}/commits/${latestFromChangeset}/builds` , function(err, res, data) {
request.post(self.baseUrl + `/rest/api/1.0/projects/${projKey}/repos/${repoSlug}/commits/${latestFromChangeset}/builds` , function(err, res, data) {
console.log('build result sent', result);

@@ -596,0 +596,0 @@ resolve();

{
"name": "bitbucket-srv-rest",
"version": "1.6.4",
"version": "1.6.5",
"description": "Bitbucket Server REST API Library",

@@ -5,0 +5,0 @@ "main": "index.js",