verdaccio-htpasswd
Advanced tools
Comparing version 12.0.0-next-7.18 to 12.0.0-next-7.19
@@ -11,3 +11,3 @@ "use strict"; | ||
var _unixCryptTdJs = _interopRequireDefault(require("unix-crypt-td-js")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } | ||
/** Node.js Crypt(3) Library | ||
@@ -14,0 +14,0 @@ Inspired by (and intended to be compatible with) sendanor/crypt3 |
@@ -13,3 +13,3 @@ "use strict"; | ||
var _utils = require("./utils"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } | ||
const debug = (0, _debug.default)('verdaccio:plugin:htpasswd'); | ||
@@ -69,4 +69,4 @@ const DEFAULT_SLOW_VERIFY_MS = exports.DEFAULT_SLOW_VERIFY_MS = 200; | ||
} | ||
debug('config path: %s', options === null || options === void 0 ? void 0 : (_options$config = options.config) === null || _options$config === void 0 ? void 0 : _options$config.configPath); | ||
this.path = (0, _path.resolve)((0, _path.dirname)(options === null || options === void 0 ? void 0 : (_options$config2 = options.config) === null || _options$config2 === void 0 ? void 0 : _options$config2.configPath), file); | ||
debug('config path: %s', options === null || options === void 0 || (_options$config = options.config) === null || _options$config === void 0 ? void 0 : _options$config.configPath); | ||
this.path = (0, _path.resolve)((0, _path.dirname)(options === null || options === void 0 || (_options$config2 = options.config) === null || _options$config2 === void 0 ? void 0 : _options$config2.configPath), file); | ||
this.logger.info({ | ||
@@ -73,0 +73,0 @@ file: this.path |
@@ -21,3 +21,3 @@ "use strict"; | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _default(config, params) { | ||
@@ -24,0 +24,0 @@ return new _htpasswd.default(config, params); |
@@ -21,3 +21,3 @@ "use strict"; | ||
var _crypt = _interopRequireDefault(require("./crypt3")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } | ||
const DEFAULT_BCRYPT_ROUNDS = exports.DEFAULT_BCRYPT_ROUNDS = 10; | ||
@@ -24,0 +24,0 @@ // this function neither unlocks file nor closes it |
{ | ||
"name": "verdaccio-htpasswd", | ||
"version": "12.0.0-next-7.18", | ||
"version": "12.0.0-next-7.19", | ||
"description": "htpasswd auth plugin for Verdaccio", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@verdaccio/core": "7.0.0-next-7.18", | ||
"@verdaccio/core": "7.0.0-next-7.19", | ||
"@verdaccio/file-locking": "12.0.0-next.1", | ||
@@ -49,4 +49,4 @@ "apache-md5": "1.1.8", | ||
"@verdaccio/types": "12.0.0-next-7.5", | ||
"@verdaccio/config": "7.0.0-next-7.18", | ||
"@verdaccio/logger": "7.0.0-next-7.18", | ||
"@verdaccio/config": "7.0.0-next-7.19", | ||
"@verdaccio/logger": "7.0.0-next-7.19", | ||
"mockdate": "3.0.5" | ||
@@ -53,0 +53,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
66147
+ Added@verdaccio/core@7.0.0-next-7.19(transitive)
- Removed@verdaccio/core@7.0.0-next-7.18(transitive)