http-auth-utils
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -0,1 +1,5 @@ | ||
# [2.4.0](https://github.com/nfroidure/http-auth-utils/compare/v2.3.0...v2.4.0) (2020-01-19) | ||
# [2.3.0](https://github.com/nfroidure/http-auth-utils/compare/v2.2.0...v2.3.0) (2019-12-02) | ||
@@ -2,0 +6,0 @@ |
@@ -208,2 +208,3 @@ "use strict"; | ||
return `${authMechanism.type} ${authMechanism.buildAuthorizationRest(data)}`; | ||
} | ||
} | ||
//# sourceMappingURL=index.js.map |
@@ -142,2 +142,3 @@ "use strict"; | ||
}); | ||
}); | ||
}); | ||
//# sourceMappingURL=index.mocha.js.map |
@@ -169,2 +169,3 @@ "use strict"; | ||
var _default = BASIC; | ||
exports.default = _default; | ||
exports.default = _default; | ||
//# sourceMappingURL=basic.js.map |
@@ -98,2 +98,3 @@ "use strict"; | ||
}); | ||
}); | ||
}); | ||
//# sourceMappingURL=basic.mocha.js.map |
@@ -123,2 +123,3 @@ "use strict"; | ||
var _default = BEARER; | ||
exports.default = _default; | ||
exports.default = _default; | ||
//# sourceMappingURL=bearer.js.map |
@@ -79,2 +79,3 @@ "use strict"; | ||
}); | ||
}); | ||
}); | ||
//# sourceMappingURL=bearer.mocha.js.map |
@@ -186,2 +186,3 @@ "use strict"; | ||
var _default = DIGEST; | ||
exports.default = _default; | ||
exports.default = _default; | ||
//# sourceMappingURL=digest.js.map |
@@ -116,2 +116,3 @@ "use strict"; | ||
}); | ||
}); | ||
}); | ||
//# sourceMappingURL=digest.mocha.js.map |
@@ -64,2 +64,3 @@ "use strict"; | ||
}); | ||
} | ||
} | ||
//# sourceMappingURL=utils.js.map |
@@ -54,2 +54,3 @@ "use strict"; | ||
}); | ||
}); | ||
}); | ||
//# sourceMappingURL=utils.mocha.js.map |
{ | ||
"name": "http-auth-utils", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Parse, build and deal with HTTP authorization headers.", | ||
@@ -15,4 +15,4 @@ "main": "dist/index.js", | ||
"bundleFiles": [ | ||
"dist/**/*.js", | ||
"src/index.d.ts" | ||
"dist", | ||
"src" | ||
] | ||
@@ -34,3 +34,3 @@ }, | ||
"cli": "env NODE_ENV=${NODE_ENV:-cli}", | ||
"compile": "babel src --out-dir=dist", | ||
"compile": "babel src --out-dir=dist --source-maps=true", | ||
"cover": "nyc npm test && nyc report --reporter=html --reporter=text", | ||
@@ -43,5 +43,5 @@ "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls && rm -rf ./coverage", | ||
"mocha": "mocha --require '@babel/register' 'src/**/*.mocha.js'", | ||
"precz": "npm t && npm run lint && npm run doc && npm run metapak -- -s", | ||
"precz": "npm run compile && npm t && npm run lint && npm run doc && npm run metapak -- -s", | ||
"prettier": "prettier --write 'src/**/*.js'", | ||
"preversion": "npm t && npm run lint && npm run compile && npm run doc && npm run metapak -- -s", | ||
"preversion": "npm run compile && npm t && npm run lint && npm run doc && npm run metapak -- -s", | ||
"test": "npm run mocha", | ||
@@ -75,25 +75,25 @@ "version": "npm run changelog && git add CHANGELOG.md" | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.4", | ||
"@babel/core": "^7.7.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/register": "^7.7.4", | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/register": "^7.8.3", | ||
"babel-eslint": "^10.0.3", | ||
"commitizen": "^4.0.3", | ||
"conventional-changelog-cli": "^2.0.28", | ||
"coveralls": "^3.0.5", | ||
"conventional-changelog-cli": "^2.0.31", | ||
"coveralls": "^3.0.9", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^6.7.1", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"jsdoc-to-markdown": "^5.0.3", | ||
"metapak": "^3.1.6", | ||
"metapak-nfroidure": "9.7.4", | ||
"mocha": "^6.2.0", | ||
"metapak-nfroidure": "9.8.1", | ||
"mocha": "^7.0.0", | ||
"neatequal": "^1.0.0", | ||
"nyc": "^14.1.1", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.19.1", | ||
"sinon": "^7.5.0" | ||
"sinon": "^8.1.0" | ||
}, | ||
"dependencies": { | ||
"yerror": "^4.0.1" | ||
"yerror": "^5.0.0" | ||
}, | ||
@@ -177,4 +177,4 @@ "engines": { | ||
"files": [ | ||
"dist/**/*.js", | ||
"src/index.d.ts", | ||
"dist", | ||
"src", | ||
"LICENSE", | ||
@@ -181,0 +181,0 @@ "README.md", |
188325
35
2578
+ Addedyerror@5.0.0(transitive)
- Removedyerror@4.0.1(transitive)
Updatedyerror@^5.0.0