@mojaloop/security-bc-client-lib
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,1 +5,2 @@ export * from "./login_helper"; | ||
export * from "./types"; | ||
export * from "./auth_http_requester"; |
@@ -37,2 +37,3 @@ /***** | ||
tslib_1.__exportStar(require("./types"), exports); | ||
tslib_1.__exportStar(require("./auth_http_requester"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mojaloop/security-bc-client-lib", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "mojaloop security authentication and authorization client library", | ||
@@ -36,4 +36,5 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"tslib": "^2.4.1", | ||
"@mojaloop/logging-bc-public-types-lib": "^0.0.3", | ||
"@mojaloop/security-bc-public-types-lib": "~0.0.5", | ||
"@mojaloop/security-bc-public-types-lib": "~0.1.0", | ||
"axios": "^0.25.0", | ||
@@ -50,5 +51,4 @@ "jsonwebtoken": "^8.5.1", | ||
"ts-jest": "^27.0.7", | ||
"typescript": "^4.6.4", | ||
"tslib": "^2.4.0" | ||
"typescript": "^4.6.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
48208
7
21
709
6
2
+ Addedtslib@^2.4.1
+ Added@mojaloop/security-bc-public-types-lib@0.1.19(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@mojaloop/security-bc-public-types-lib@0.0.15(transitive)