@auth/core
Advanced tools
Comparing version 0.18.2 to 0.18.3
@@ -5,3 +5,3 @@ import { UnknownAction } from "../errors.js"; | ||
import renderPage from "./pages/index.js"; | ||
import * as actions from "./actions"; | ||
import * as actions from "./actions/index.js"; | ||
import { validateCSRF } from "./actions/callback/oauth/csrf-token.js"; | ||
@@ -8,0 +8,0 @@ /** @internal */ |
{ | ||
"name": "@auth/core", | ||
"version": "0.18.2", | ||
"version": "0.18.3", | ||
"description": "Authentication for the Web.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ import { UnknownAction } from "../errors.js" | ||
import renderPage from "./pages/index.js" | ||
import * as actions from "./actions" | ||
import * as actions from "./actions/index.js" | ||
import { validateCSRF } from "./actions/callback/oauth/csrf-token.js" | ||
@@ -8,0 +8,0 @@ |
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
1353969