Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "arctic", | ||
"type": "module", | ||
"version": "2.0.0", | ||
"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": "1.0.1", | ||
"@oslojs/encoding": "1.1.0", | ||
"@oslojs/jwt": "0.2.0" | ||
} | ||
} | ||
"name": "arctic", | ||
"type": "module", | ||
"version": "2.0.1", | ||
"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": "1.0.1", | ||
"@oslojs/encoding": "1.1.0", | ||
"@oslojs/jwt": "0.2.0" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf dist/* && tsc", | ||
"format": "prettier -w .", | ||
"lint": "eslint src", | ||
"test": "vitest run --sequence.concurrent" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # Arctic | ||
``` | ||
npm install arctic@next | ||
npm install arctic | ||
``` | ||
@@ -9,0 +9,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
142125