cognito-jwt-lite
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0
{ | ||
"name": "cognito-jwt-lite", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0", | ||
"description": "Lightweight AWS Cognito JWT verifier", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"prettier": "npx prettier --write '{src,test}/**/*.{ts,tsx,json,yml}'", | ||
"lint": "npx eslint '{src,test}/**/*.{ts,tsx,json,yml}'", | ||
"test": "npx jest", | ||
"build": "npx tsc", | ||
"test": "npx jest" | ||
"semantic-release": "npx semantic-release" | ||
}, | ||
@@ -29,14 +32,35 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "^28.1.3", | ||
"@types/jsonwebtoken": "^8.5.8", | ||
"@types/jest": "^29.2.5", | ||
"@types/jsonwebtoken": "^9.0.0", | ||
"@types/jwk-to-pem": "^2.0.1", | ||
"@types/node": "^18.0.0", | ||
"jest": "^28.1.2", | ||
"ts-jest": "^28.0.5", | ||
"typescript": "^4.7.4" | ||
"@types/node": "^18.11.18", | ||
"@typescript-eslint/eslint-plugin": "^5.46.1", | ||
"@typescript-eslint/parser": "^5.46.1", | ||
"eslint": "^8.29.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^8.0.2", | ||
"jest": "^29.3.1", | ||
"lint-staged": "^13.1.0", | ||
"nock": "^13.3.0", | ||
"prettier": "^2.8.1", | ||
"semantic-release": "^19.0.5", | ||
"ts-jest": "^29.0.4", | ||
"typescript": "^4.9.4" | ||
}, | ||
"dependencies": { | ||
"jsonwebtoken": "^8.5.1", | ||
"jsonwebtoken": "^9.0.0", | ||
"jwk-to-pem": "^2.0.5" | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts,tsx}": [ | ||
"eslint --fix" | ||
] | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main", | ||
"next" | ||
] | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"target": "es6", | ||
"rootDir": "./src", | ||
"rootDir": ".", | ||
"outDir": "./lib", | ||
@@ -35,3 +35,3 @@ "moduleResolution": "node", | ||
"include": [ | ||
"**/*.ts" | ||
"src/**/*.ts" | ||
], | ||
@@ -38,0 +38,0 @@ "exclude": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16886
10
194
0
1
77
17
2
+ Addedjsonwebtoken@9.0.2(transitive)
+ Addedsemver@7.6.3(transitive)
- Removedjsonwebtoken@8.5.1(transitive)
- Removedsemver@5.7.2(transitive)
Updatedjsonwebtoken@^9.0.0