@8base/web-oauth-client
Advanced tools
Comparing version 1.4.0 to 2.0.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.WebOAuthClient = void 0; | ||
var WebOAuthClient_1 = require("./WebOAuthClient"); | ||
exports.WebOAuthClient = WebOAuthClient_1.WebOAuthClient; | ||
Object.defineProperty(exports, "WebOAuthClient", { enumerable: true, get: function () { return WebOAuthClient_1.WebOAuthClient; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.WebOAuthClient = void 0; | ||
const utils_1 = require("@8base/utils"); | ||
@@ -8,0 +9,0 @@ const jwt_decode_1 = __importDefault(require("jwt-decode")); |
{ | ||
"name": "@8base/web-oauth-client", | ||
"version": "1.4.0", | ||
"version": "2.0.0", | ||
"author": "8base", | ||
"repository": "https://github.com/8base/sdk", | ||
"homepage": "https://github.com/8base/sdk/tree/master/packages/web-auth0-auth-client#readme", | ||
"homepage": "https://github.com/8base/sdk/tree/master/packages-core/web-auth0-auth-client#readme", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"scripts": { | ||
"build": "../../bin/build-package.sh", | ||
"watch": "../../bin/watch-package.sh", | ||
"build": "../../../bin/build-package.sh", | ||
"watch": "../../../bin/watch-package.sh", | ||
"test": "NPM_ENV=test jest" | ||
}, | ||
"dependencies": { | ||
"@8base/utils": "^1.4.0", | ||
"jwt-decode": "^3.0.0-beta.2" | ||
"@8base/utils": "^2.0.0", | ||
"jwt-decode": "^3.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.13", | ||
"@types/node": "^12.0.2", | ||
"jest": "24.7.1", | ||
"prettier": "^1.16.0", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.4.5" | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.22", | ||
"jest": "26.6.3", | ||
"prettier": "^2.2.1", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "^4.1.3" | ||
}, | ||
@@ -29,3 +29,3 @@ "jest": { | ||
"ts-jest": { | ||
"tsConfig": "<rootDir>/tsconfig.json" | ||
"tsconfig": "<rootDir>/tsconfig.json" | ||
} | ||
@@ -32,0 +32,0 @@ }, |
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
No website
QualityPackage does not have a website.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9919
13
133
258
+ Added@8base/utils@2.6.6(transitive)
+ Addedprettier@2.8.8(transitive)
+ Addedramda@0.27.2(transitive)
- Removed@8base/utils@1.6.2(transitive)
- Removedos@0.1.2(transitive)
- Removedprettier@1.19.1(transitive)
- Removedramda@0.26.1(transitive)
Updated@8base/utils@^2.0.0
Updatedjwt-decode@^3.1.2