Socket
Socket
Sign inDemoInstall

@forcloud/jwt-utils

Package Overview
Dependencies
17
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

29

package.json
{
"name": "@forcloud/jwt-utils",
"version": "1.0.4",
"main": ".dist/src/index.js",
"version": "1.0.5",
"description": "JWT Utilities for use with for.cloud",
"keywords": [
"for.cloud",
"jwt"
],
"license": "MIT",
"types": ".dist/src/index.d.ts",
"files": [
".dist/**/*"
],
"main": ".dist/src/index.js",
"types": ".dist/src/index.d.ts",
"devDependencies": {

@@ -14,3 +19,3 @@ "@types/crypto-js": "^4.1.1",

"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^17.0.27",
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.15.0",

@@ -24,8 +29,13 @@ "@typescript-eslint/parser": "^5.15.0",

"ts-jest": "^27",
"ts-node": "^10.7.0",
"ts-node": "^10.9.1",
"tsc": "^2.0.4",
"tsconfig-paths": "^3.14.1",
"tsconfig-paths": "^4.1.0",
"type-fest": "^2.12.2",
"typescript": "^4.6.3"
"typescript": "^4.8.3"
},
"dependencies": {
"crypto-js": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"superstruct": "^0.15.4"
},
"scripts": {

@@ -53,8 +63,3 @@ "-- preset": "# Run preset from @thesunny/presets",

"-- end": "# end"
},
"dependencies": {
"crypto-js": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"superstruct": "^0.15.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc