Socket
Socket
Sign inDemoInstall

remix-auth-auth0

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-auth-auth0 - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

31

package.json
{
"name": "remix-auth-auth0",
"version": "1.8.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --project tsconfig.json --noEmit",
"lint": "eslint --ext .ts,.tsx src/",
"test": "jest --config=config/jest.config.ts --passWithNoTests",
"coverage": "npm run test -- --coverage"
},
"version": "1.8.2",
"keywords": [

@@ -22,2 +13,4 @@ "remix",

"license": "MIT",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [

@@ -28,6 +21,13 @@ "build",

],
"peerDependencies": {
"@remix-run/server-runtime": "1.x",
"remix-auth": "3.x"
"scripts": {
"build": "tsc --project tsconfig.json",
"coverage": "npm run test -- --coverage",
"lint": "eslint --ext .ts,.tsx src/",
"prepare": "npm run build",
"test": "jest --config=config/jest.config.ts --passWithNoTests",
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"remix-auth-oauth2": "1.10.0"
},
"devDependencies": {

@@ -58,5 +58,6 @@ "@babel/core": "7.23.2",

},
"dependencies": {
"remix-auth-oauth2": "1.10.0"
"peerDependencies": {
"@remix-run/server-runtime": "2.x",
"remix-auth": "3.x"
}
}
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