http-auth-utils
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -0,1 +1,5 @@ | ||
# [2.6.0](https://github.com/nfroidure/http-auth-utils/compare/v2.5.0...v2.6.0) (2020-09-15) | ||
# [2.5.0](https://github.com/nfroidure/http-auth-utils/compare/v2.4.0...v2.5.0) (2020-04-01) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "http-auth-utils", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "Parse, build and deal with HTTP authorization headers.", | ||
"main": "dist/index", | ||
"module": "dist/index.mjs", | ||
"types": "src/index.d.ts", | ||
@@ -75,21 +74,21 @@ "metapak": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"@babel/register": "^7.9.0", | ||
"@babel/cli": "^7.10.5", | ||
"@babel/core": "^7.11.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/preset-env": "^7.11.0", | ||
"@babel/register": "^7.10.5", | ||
"babel-eslint": "^10.1.0", | ||
"commitizen": "^4.0.3", | ||
"conventional-changelog-cli": "^2.0.31", | ||
"coveralls": "^3.0.11", | ||
"cz-conventional-changelog": "^3.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"jsdoc-to-markdown": "^5.0.3", | ||
"metapak": "^3.1.8", | ||
"metapak-nfroidure": "10.1.2", | ||
"mocha": "^7.1.1", | ||
"commitizen": "^4.1.2", | ||
"conventional-changelog-cli": "^2.1.0", | ||
"coveralls": "^3.1.0", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"eslint": "^7.7.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jsdoc-to-markdown": "^6.0.1", | ||
"metapak": "^3.1.10", | ||
"metapak-nfroidure": "10.2.5", | ||
"mocha": "^8.1.1", | ||
"neatequal": "^1.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^2.0.2", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.0.5", | ||
"sinon": "^8.1.0" | ||
@@ -165,3 +164,3 @@ }, | ||
}, | ||
"modules": "false" | ||
"modules": false | ||
} | ||
@@ -214,3 +213,4 @@ ] | ||
"CHANGELOG.md" | ||
] | ||
], | ||
"module": "dist/index.mjs" | ||
} |
@@ -11,8 +11,8 @@ [//]: # ( ) | ||
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nfroidure/http-auth-utils/blob/master/LICENSE) | ||
[![Build status](https://secure.travis-ci.org/nfroidure/http-auth-utils.svg)](https://travis-ci.org/nfroidure/http-auth-utils) | ||
[![Coverage Status](https://coveralls.io/repos/nfroidure/http-auth-utils/badge.svg?branch=master)](https://coveralls.io/r/nfroidure/http-auth-utils?branch=master) | ||
[![Build status](https://travis-ci.com/nfroidure/http-auth-utils.svg?branch=master)](https://travis-ci.com/github/nfroidure/http-auth-utils) | ||
[![Coverage Status](https://coveralls.io/repos/github/nfroidure/http-auth-utils/badge.svg?branch=master)](https://coveralls.io/github/nfroidure/http-auth-utils?branch=master) | ||
[![NPM version](https://badge.fury.io/js/http-auth-utils.svg)](https://npmjs.org/package/http-auth-utils) | ||
[![Dependency Status](https://david-dm.org/nfroidure/http-auth-utils.svg)](https://david-dm.org/nfroidure/http-auth-utils) | ||
[![devDependency Status](https://david-dm.org/nfroidure/http-auth-utils/dev-status.svg)](https://david-dm.org/nfroidure/http-auth-utils#info=devDependencies) | ||
[![Package Quality](http://npm.packagequality.com/shield/http-auth-utils.svg)](http://packagequality.com/#?package=http-auth-utils) | ||
[![Package Quality](https://npm.packagequality.com/shield/http-auth-utils.svg)](https://packagequality.com/#?package=http-auth-utils) | ||
[![Code Climate](https://codeclimate.com/github/nfroidure/http-auth-utils.svg)](https://codeclimate.com/github/nfroidure/http-auth-utils) | ||
@@ -19,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
282912