Comparing version 2.0.0-next.7 to 2.0.0-next.8
@@ -9,2 +9,3 @@ export { AmazonCognito } from "./providers/amazon-cognito.js"; | ||
export { Box } from "./providers/box.js"; | ||
export { Bungie } from "./providers/bungie.js"; | ||
export { Coinbase } from "./providers/coinbase.js"; | ||
@@ -32,2 +33,3 @@ export { Discord } from "./providers/discord.js"; | ||
export { Patreon } from "./providers/patreon.js"; | ||
export { Polar } from "./providers/polar.js"; | ||
export { Reddit } from "./providers/reddit.js"; | ||
@@ -39,2 +41,3 @@ export { Roblox } from "./providers/roblox.js"; | ||
export { Spotify } from "./providers/spotify.js"; | ||
export { StartGG } from "./providers/startgg.js"; | ||
export { Strava } from "./providers/strava.js"; | ||
@@ -41,0 +44,0 @@ export { Tiltify } from "./providers/tiltify.js"; |
@@ -9,2 +9,3 @@ export { AmazonCognito } from "./providers/amazon-cognito.js"; | ||
export { Box } from "./providers/box.js"; | ||
export { Bungie } from "./providers/bungie.js"; | ||
export { Coinbase } from "./providers/coinbase.js"; | ||
@@ -32,2 +33,3 @@ export { Discord } from "./providers/discord.js"; | ||
export { Patreon } from "./providers/patreon.js"; | ||
export { Polar } from "./providers/polar.js"; | ||
export { Reddit } from "./providers/reddit.js"; | ||
@@ -39,2 +41,3 @@ export { Roblox } from "./providers/roblox.js"; | ||
export { Spotify } from "./providers/spotify.js"; | ||
export { StartGG } from "./providers/startgg.js"; | ||
export { Strava } from "./providers/strava.js"; | ||
@@ -41,0 +44,0 @@ export { Tiltify } from "./providers/tiltify.js"; |
{ | ||
"name": "arctic", | ||
"type": "module", | ||
"version": "2.0.0-next.7", | ||
"description": "OAuth 2.0 clients for popular providers", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"files": [ | ||
"/dist/" | ||
], | ||
"author": "pilcrowOnPaper", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pilcrowOnPaper/arctic" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.8.6", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"auri": "2.0.0", | ||
"eslint": "^8.51.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2", | ||
"vitest": "1.6.0" | ||
}, | ||
"dependencies": { | ||
"@oslojs/crypto": "0.6.0", | ||
"@oslojs/encoding": "0.4.1", | ||
"@oslojs/jwt": "^0.1.0", | ||
"@oslojs/oauth2": "0.5.0" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf dist/* && tsc", | ||
"format": "prettier -w .", | ||
"lint": "eslint src", | ||
"test": "vitest run --sequence.concurrent" | ||
} | ||
} | ||
"name": "arctic", | ||
"type": "module", | ||
"version": "2.0.0-next.8", | ||
"description": "OAuth 2.0 clients for popular providers", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"scripts": { | ||
"build": "rm -rf dist/* && tsc", | ||
"format": "prettier -w .", | ||
"lint": "eslint src", | ||
"test": "vitest run --sequence.concurrent" | ||
}, | ||
"files": [ | ||
"/dist/" | ||
], | ||
"author": "pilcrowOnPaper", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pilcrowOnPaper/arctic" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.8.6", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"auri": "2.0.0", | ||
"eslint": "^8.51.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2", | ||
"vitest": "1.6.0" | ||
}, | ||
"dependencies": { | ||
"@oslojs/crypto": "0.6.0", | ||
"@oslojs/encoding": "0.4.1", | ||
"@oslojs/jwt": "^0.1.0", | ||
"@oslojs/oauth2": "0.5.0" | ||
} | ||
} |
@@ -41,2 +41,3 @@ # Arctic | ||
- Box | ||
- Bungie | ||
- Coinbase | ||
@@ -63,2 +64,3 @@ - Discord | ||
- Patreon | ||
- Polar | ||
@@ -70,2 +72,3 @@ - Roblox | ||
- Spotify | ||
- Start.gg | ||
- Strava | ||
@@ -72,0 +75,0 @@ - Tiltify |
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
141450
111
3170
81