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
3
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.2.0 to 0.2.1

bitbucket/teams.js

0

.eslintrc.js

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ class AbstractApi {

@@ -32,2 +32,3 @@ const Request = require('./request').Request;

this.repositories = new (require('./repositories'))(this);
this.teams = new (require('./teams'))(this);
this.user = new (require('./user'))(this);

@@ -34,0 +35,0 @@ }

@@ -0,0 +0,0 @@ const _ = require('lodash');

@@ -0,0 +0,0 @@ const _ = require('lodash');

@@ -0,0 +0,0 @@ const AbstractApi = require('./abstract_api');

@@ -43,2 +43,3 @@ 'use strict';

this.repositories = new (require('./repositories'))(this);
this.teams = new (require('./teams'))(this);
this.user = new (require('./user'))(this);

@@ -45,0 +46,0 @@ }

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ The MIT License

@@ -0,0 +0,0 @@ node-github-v2

2

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

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

@@ -0,0 +0,0 @@ # node-bitbucket-v2

@@ -0,0 +0,0 @@ var assert = require("assert");

@@ -0,0 +0,0 @@ var assert = require("assert");

@@ -0,0 +0,0 @@ var assert = require("assert");

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ var assert = require("assert");

@@ -0,0 +0,0 @@ var assert = require("assert");

@@ -0,0 +0,0 @@ var assert = require("assert");

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