nodecommons-security
Advanced tools
Comparing version 3.1.1 to 3.1.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CommonsHash = void 0; | ||
const crypto = require("crypto"); | ||
@@ -4,0 +5,0 @@ class CommonsHash { |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./commons-hash")); | ||
__exportStar(require("./commons-hash"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./helpers")); | ||
__export(require("./interfaces")); | ||
__export(require("./services")); | ||
__exportStar(require("./helpers"), exports); | ||
__exportStar(require("./interfaces"), exports); | ||
__exportStar(require("./services"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isICommonsUserPwHash = void 0; | ||
const tscommons_core_1 = require("tscommons-core"); | ||
@@ -4,0 +5,0 @@ const tscommons_session_1 = require("tscommons-session"); |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./icommons-user-pw-hash")); | ||
__exportStar(require("./icommons-user-pw-hash"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CommonsSessionService = void 0; | ||
const commons_hash_1 = require("../helpers/commons-hash"); | ||
@@ -14,0 +15,0 @@ class CommonsSessionService { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CommonsUserPwHashSessionService = void 0; | ||
const commons_hash_1 = require("../helpers/commons-hash"); | ||
@@ -4,0 +5,0 @@ const commons_user_session_service_1 = require("./commons-user-session.service"); |
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CommonsUserSessionService = void 0; | ||
const commons_session_service_1 = require("./commons-session.service"); | ||
@@ -14,0 +15,0 @@ class CommonsUserSessionService extends commons_session_service_1.CommonsSessionService { |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./commons-session.service")); | ||
__export(require("./commons-user-pw-hash-session.service")); | ||
__export(require("./commons-user-session.service")); | ||
__exportStar(require("./commons-session.service"), exports); | ||
__exportStar(require("./commons-user-pw-hash-session.service"), exports); | ||
__exportStar(require("./commons-user-session.service"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "nodecommons-security", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "", | ||
"scripts": { | ||
"preprepare": "rm -rf ./dist; cti ./src && tsc" | ||
"preprepare": "rm -rf ./dist; cti ./src && tsc", | ||
"publish-patch": "rm -rf dist; tsc && tslint -p . && npm run preprepare && npm version patch && npm install && npm publish && git add . && git commit -m 'publish'" | ||
}, | ||
@@ -14,4 +15,4 @@ "main": "dist/index.js", | ||
"@types/node": "^13.13.4", | ||
"tscommons-core": "^2.4.1", | ||
"tscommons-session": "1.0.0" | ||
"tscommons-core": "^2.4.2", | ||
"tscommons-session": "1.0.1" | ||
}, | ||
@@ -18,0 +19,0 @@ "files": [ |
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
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
Sorry, the diff of this file is not supported yet
19021
292
+ Addedtscommons-session@1.0.1(transitive)
- Removedtscommons-session@1.0.0(transitive)
Updatedtscommons-core@^2.4.2
Updatedtscommons-session@1.0.1