gapi-oauth-react-hooks
Advanced tools
Comparing version 3.4.0 to 3.4.1
{ | ||
"name": "gapi-oauth-react-hooks", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"repository": "https://github.com/jpb06/gapi-oauth-react-hooks.git", | ||
@@ -8,22 +8,23 @@ "author": "jpb06 <jpb.06@outlook.com>", | ||
"description": "Some hooks for SSO using Google sign in", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@types/gapi.auth2": "^0.0.55" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"@types/gapi": "^0.0.41", | ||
"@types/gapi.auth2": "^0.0.55", | ||
"@types/jest": "^27.0.2", | ||
"@types/jsdom": "^16.2.13", | ||
"@types/node": "^16.10.1", | ||
"@types/react": "^17.0.24", | ||
"@typescript-eslint/eslint-plugin": "^4.31.2", | ||
"@typescript-eslint/parser": "^4.31.2", | ||
"@types/node": "^16.10.3", | ||
"@types/react": "^17.0.27", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"copyfiles": "^2.4.1", | ||
"del-cli": "^4.0.1", | ||
"eslint": "^7.32.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^24.4.2", | ||
"eslint-plugin-jest": "^25.0.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.2.2", | ||
"jsdom": "^17.0.0", | ||
"jest": "^27.2.5", | ||
"jsdom": "^18.0.0", | ||
"prettier": "^2.4.1", | ||
@@ -30,0 +31,0 @@ "react": "^17.0.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
23895
22
1
+ Added@types/gapi.auth2@^0.0.55
+ Added@types/gapi@0.0.47(transitive)
+ Added@types/gapi.auth2@0.0.55(transitive)