Socket
Socket
Sign inDemoInstall

@vssue/api-bitbucket-v2

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vssue/api-bitbucket-v2 - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

5

lib/index.js

@@ -160,6 +160,9 @@ import axios from 'axios';

priority: 'trivial',
type: 'task',
kind: 'task',
}, {
headers: { 'Authorization': `Bearer ${accessToken}` },
});
data.links.html = {
href: concatURL(this.baseURL, `${this.owner}/${this.repo}/issues/${data.id}`),
};
return normalizeIssue(data);

@@ -166,0 +169,0 @@ }

6

package.json
{
"name": "@vssue/api-bitbucket-v2",
"version": "0.8.2",
"version": "0.9.0",
"description": "Vssue api for bitbucket v2",

@@ -29,6 +29,6 @@ "license": "MIT",

"dependencies": {
"@vssue/utils": "^0.8.2",
"@vssue/utils": "^0.9.0",
"axios": "^0.18.0"
},
"gitHead": "56007b6e3423ff5276b7005386cf9efa5c07e849"
"gitHead": "02f4f8f4c1d64e4864fd6990bc3730b449c34884"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc