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

atlassian-oauth2

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atlassian-oauth2 - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

20

package.json
{
"name": "atlassian-oauth2",
"description": "Atlassian Connect OAuth2 library",
"version": "0.3.0",
"version": "0.4.0",
"author": "Seb Ruiz <sruiz@atlassian.com>",

@@ -11,13 +11,13 @@ "repository": {

"dependencies": {
"atlassian-jwt": "0.1.5",
"request": "2.83.0",
"rsvp": "4.8.0"
"atlassian-jwt": "^1.0.2",
"request": "^2.88.0",
"rsvp": "^4.8.4"
},
"devDependencies": {
"extend": "^3.0.1",
"mocha": "^5.0.0",
"moment": "2.20.1",
"nock": "^9.1.6",
"qs": "^6.5.1",
"should": "^13.2.1"
"extend": "^3.0.2",
"mocha": "^6.0.2",
"moment": "^2.24.0",
"nock": "^10.0.6",
"qs": "^6.6.0",
"should": "^13.2.3"
},

@@ -24,0 +24,0 @@ "scripts": {

# atlassian-oauth2
![build-status](https://bitbucket-badges.atlassian.io/badge/atlassian/atlassian-oauth2-js.svg)
A node module which facilitates the exchange of an add-ons JWT token for an OAuth 2 bearer token,
following the [RFC-7521](https://tools.ietf.org/html/rfc7521) and [RFC-7523](https://tools.ietf.org/html/rfc7523)
A node module which facilitates the exchange of an add-ons JWT token for an OAuth 2 bearer token,
following the [RFC-7521](https://tools.ietf.org/html/rfc7521) and [RFC-7523](https://tools.ietf.org/html/rfc7523)
specifications.

@@ -11,3 +9,5 @@

$ npm install atlassian-oauth2
```bash
npm install atlassian-oauth2
```

@@ -25,3 +25,3 @@ ## Usage

scopes: ['{an array of scopes requested}']
}
};

@@ -34,3 +34,2 @@ oauth2.getAccessToken(options).then(function (token) {

});
```
```

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