atlassian-oauth2
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"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 | ||
 | ||
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16778
6
+ Addedajv@6.12.6(transitive)
+ Addedatlassian-jwt@1.0.3(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedhar-validator@5.1.5(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedoauth-sign@0.9.0(transitive)
+ Addedpsl@1.15.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedrequest@2.88.2(transitive)
+ Addedrsvp@4.8.5(transitive)
+ Addedtough-cookie@2.5.0(transitive)
+ Addeduri-js@4.4.1(transitive)
- Removedajv@5.5.2(transitive)
- Removedatlassian-jwt@0.1.5(transitive)
- Removedboom@4.3.15.3.3(transitive)
- Removedco@4.6.0(transitive)
- Removedcryptiles@3.2.1(transitive)
- Removedfast-deep-equal@1.1.0(transitive)
- Removedhar-validator@5.0.3(transitive)
- Removedhawk@6.0.2(transitive)
- Removedhoek@4.3.1(transitive)
- Removedjson-schema-traverse@0.3.1(transitive)
- Removedoauth-sign@0.8.2(transitive)
- Removedpunycode@1.4.1(transitive)
- Removedrequest@2.83.0(transitive)
- Removedrsvp@4.8.0(transitive)
- Removedsntp@2.1.0(transitive)
- Removedstringstream@0.0.6(transitive)
- Removedtough-cookie@2.3.4(transitive)
Updatedatlassian-jwt@^1.0.2
Updatedrequest@^2.88.0
Updatedrsvp@^4.8.4