New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clearfor/remix-auth-auth0

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clearfor/remix-auth-auth0 - npm Package Compare versions

Comparing version 1.0.0-beta.6 to 1.0.0

4

build/index.d.ts
import { type SetCookieInit } from "@mjackson/headers";
import { type OAuth2Tokens } from "arctic";
import { OAuth2RequestError, type OAuth2Tokens } from "arctic";
import { Strategy } from "remix-auth/strategy";
export { OAuth2RequestError };
type URLConstructor = ConstructorParameters<typeof URL>[0];

@@ -145,2 +146,1 @@ /**

}
export {};

@@ -7,2 +7,3 @@ import {} from "@mjackson/headers";

import { StateStore } from "./lib/store.js";
export { OAuth2RequestError };
const debug = createDebug("Auth0Strategy");

@@ -9,0 +10,0 @@ const defaultScopes = ["openid", "profile", "email"];

{
"name": "@clearfor/remix-auth-auth0",
"version": "1.0.0-beta.6",
"version": "1.0.0",
"description": "Remix auth wrapper for Auth0",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc