Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

passport-bitbucket-token

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-bitbucket-token - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.travis.yml

13

package.json
{
"name": "passport-bitbucket-token",
"version": "0.0.3",
"version": "0.0.4",
"description": "Passport strategy for authenticating with Bitbucket access tokens using the OAuth 2.0 API.",
"main": "lib/index.js",
"scripts": {
"compile": "babel src --out-dir lib"
"compile": "babel src --out-dir lib",
"coveralls": "cat coverage/lcov.info | coveralls",
"test": "babel-node ./node_modules/.bin/isparta cover _mocha"
},

@@ -28,2 +30,3 @@ "keywords": [

"chai-passport-strategy": "^1.0.0",
"coveralls": "^2.13.0",
"isparta": "^4.0.0",

@@ -34,8 +37,8 @@ "mocha": "^3.2.0",

"bugs": {
"url" : "https://github.com/GenFirst/passport-bitbucket-token/issues"
"url": "https://github.com/GenFirst/passport-bitbucket-token/issues"
},
"repository": {
"type" : "git",
"url" : "https://github.com/GenFirst/passport-bitbucket-token.git"
"type": "git",
"url": "https://github.com/GenFirst/passport-bitbucket-token.git"
}
}
# passport-bitbucket-token
[![NPM](https://nodei.co/npm/passport-bitbucket-token.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/passport-bitbucket-token/)
[![Build Status](https://travis-ci.org/GenFirst/passport-bitbucket-token.svg?branch=master)](https://travis-ci.org/GenFirst/passport-bitbucket-token)
[![Coverage Status](https://coveralls.io/repos/github/GenFirst/passport-bitbucket-token/badge.svg?branch=master)](https://coveralls.io/github/GenFirst/passport-bitbucket-token?branch=master)
[![Dependency Status](https://gemnasium.com/badges/github.com/GenFirst/passport-bitbucket-token.svg)](https://gemnasium.com/github.com/GenFirst/passport-bitbucket-token)
[![npm version](https://badge.fury.io/js/passport-bitbucket-token.svg)](https://badge.fury.io/js/passport-bitbucket-token)
![License](https://img.shields.io/badge/license-MIT-blue.svg)

@@ -4,0 +10,0 @@

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