remix-auth-oauth2
Advanced tools
Comparing version 1.11.1 to 1.11.2
@@ -207,3 +207,3 @@ "use strict"; | ||
} | ||
return new URL(`${protocol}//${this.callbackURL}`); | ||
return new URL(`${protocol}://${this.callbackURL}`); | ||
} | ||
@@ -210,0 +210,0 @@ getAuthorizationURL(request, state) { |
{ | ||
"name": "remix-auth-oauth2", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"main": "./build/index.js", | ||
@@ -33,2 +33,6 @@ "types": "./build/index.d.ts", | ||
], | ||
"dependencies": { | ||
"debug": "^4.3.4", | ||
"uuid": "^9.0.1" | ||
}, | ||
"peerDependencies": { | ||
@@ -39,34 +43,30 @@ "@remix-run/server-runtime": "^1.0.0 || ^2.0.0", | ||
"devDependencies": { | ||
"@babel/core": "^7.23.0", | ||
"@babel/preset-env": "^7.22.20", | ||
"@babel/preset-react": "^7.22.15", | ||
"@babel/preset-typescript": "^7.23.0", | ||
"@remix-run/node": "^2.0.1", | ||
"@remix-run/react": "^2.0.1", | ||
"@remix-run/server-runtime": "^2.0.1", | ||
"@types/debug": "^4.1.9", | ||
"@types/jest": "^29.5.5", | ||
"@types/uuid": "^9.0.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"@babel/core": "^7.24.0", | ||
"@babel/preset-env": "^7.24.0", | ||
"@babel/preset-react": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@remix-run/node": "^2.8.1", | ||
"@remix-run/react": "^2.8.1", | ||
"@remix-run/server-runtime": "^2.8.1", | ||
"@types/debug": "^4.1.12", | ||
"@types/jest": "^29.5.12", | ||
"@types/uuid": "^9.0.8", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"babel-jest": "^29.7.0", | ||
"eslint": "^8.50.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-jest": "^27.4.2", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-jest-dom": "^5.1.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-unicorn": "^48.0.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-unicorn": "^51.0.1", | ||
"jest": "^29.7.0", | ||
"jest-fetch-mock": "^3.0.3", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.2.5", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"remix-auth": "^3.6.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2", | ||
"uuid": "^9.0.1" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.3.4" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.2" | ||
} | ||
} |
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
27220
27
4
+ Addeduuid@^9.0.1
+ Addeduuid@9.0.1(transitive)