You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

fetch-mw-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-mw-oauth2 - npm Package Compare versions

Comparing version

to
0.3.5

src/base64.ts

6

changelog.md
Changelog
=========
0.3.5 (2019-09-05)
------------------
* Include typescript sourcefiles in NPM package, for IDE's.
0.3.4 (2019-03-19)

@@ -5,0 +11,0 @@ ------------------

15

package.json
{
"name": "fetch-mw-oauth2",
"version": "0.3.4",
"version": "0.3.5",
"description": "Fetch middleware to add OAuth2 support",

@@ -24,9 +24,9 @@ "main": "dist/index.js",

"devDependencies": {
"@types/node": "^11.11.3",
"@types/node": "^12.7.4",
"awesome-typescript-loader": "^5.2.1",
"node-fetch": "^2.3.0",
"tslint": "^5.14.0",
"typescript": "^3.3.3333",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
"node-fetch": "^2.6.0",
"tslint": "^5.19.0",
"typescript": "^3.6.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},

@@ -36,2 +36,3 @@ "dependencies": {},

"dist/",
"src/",
"browser/",

@@ -38,0 +39,0 @@ "LICENSE",