New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitbucket-v2

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbucket-v2 - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

bitbucket/request.js

@@ -178,2 +178,6 @@ /**

case "oauth2":
headers.Authorization = 'Bearer ' + this.$options.oauth_access_token;
break;
case "token":

@@ -180,0 +184,0 @@ var auth = this.$options['username'] + "/token:" + this.$options['api_token'];

2

package.json
{
"name" : "bitbucket-v2",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "Wrapper for the BitBucket API v2",

@@ -5,0 +5,0 @@ "author": "Jordan Wallet <jjwallet@gmail.com>",

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