Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cognito-jwt-lite

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cognito-jwt-lite - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0

.github/workflows/publish.yml

42

package.json
{
"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": [

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