Socket
Socket
Sign inDemoInstall

@connectedcars/jwtutils

Package Overview
Dependencies
0
Maintainers
7
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.22 to 1.0.23

28

package.json
{
"name": "@connectedcars/jwtutils",
"version": "1.0.22",
"version": "1.0.23",
"description": "Zero dependency JWT encoding/decoding for Node",

@@ -36,22 +36,22 @@ "main": "src/index.js",

"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.3",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.10",
"@types/tmp": "0.1.0",
"babel-eslint": "^10.0.1",
"babel-eslint": "^10.0.3",
"benchmark": "^2.1.4",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"coveralls": "^3.0.6",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"express": "^4.17.1",
"microtime": "^3.0.0",
"mocha": "^6.1.4",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"prettier": "^1.17.1",
"prettier": "^1.18.2",
"r2": "^2.0.1",
"tmp": "0.1.0",
"typescript": "^3.5.1",
"unexpected": "^11.6.0",
"dtslint": "^0.7.7"
"typescript": "^3.6.3",
"unexpected": "^11.8.0",
"dtslint": "^0.9.8"
},

@@ -58,0 +58,0 @@ "nyc": {

@@ -20,4 +20,4 @@ // TypeScript Version: 3.0

export interface getGoogleAccessTokenOptions {
impersonate: string
expires: number
impersonate?: string
expires?: number
}

@@ -24,0 +24,0 @@

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