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.0 to 0.8.1

2

lib/index.js

@@ -199,3 +199,3 @@ import axios from 'axios';

perPage: data.pagelen,
data: data.values.map(normalizeComment),
data: data.values.filter(item => item.content.raw !== null).map(normalizeComment),
};

@@ -202,0 +202,0 @@ }

{
"name": "@vssue/api-bitbucket-v2",
"version": "0.8.0",
"version": "0.8.1",
"description": "Vssue api for bitbucket v2",

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

"dependencies": {
"@vssue/utils": "^0.8.0",
"@vssue/utils": "^0.8.1",
"axios": "^0.18.0"
},
"gitHead": "4e81dce08ca357b607809c2dce77c5afbdb26ddc"
"gitHead": "26365aa6653801555e8d13fc8d0507c2ea0ab902"
}

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