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

@thream/socketio-jwt

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thream/socketio-jwt - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

build/__test__/fixture/index.js

@@ -68,1 +68,3 @@ import jwt from 'jsonwebtoken';

};
//# sourceMappingURL=index.js.map

@@ -55,1 +55,3 @@ import jwt from 'jsonwebtoken';

};
//# sourceMappingURL=authorize.js.map
export * from './authorize.js';
export * from './UnauthorizedError.js';
//# sourceMappingURL=index.js.map

@@ -19,1 +19,3 @@ export class UnauthorizedError extends Error {

};
//# sourceMappingURL=UnauthorizedError.js.map

45

package.json
{
"name": "@thream/socketio-jwt",
"version": "3.1.1",
"version": "3.1.2",
"type": "module",

@@ -13,3 +13,4 @@ "public": true,

"!**/*.test.js",
"!**/*.test.d.ts"
"!**/*.test.d.ts",
"!**/*.map"
],

@@ -45,6 +46,6 @@ "engines": {

"lint:markdown": "markdownlint-cli2",
"lint:eslint": "eslint . --ignore-path .gitignore",
"lint:prettier": "prettier . --check --ignore-path .gitignore",
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore",
"lint:prettier": "prettier . --check",
"lint:staged": "lint-staged",
"test": "c8 tap",
"test": "cross-env NODE_ENV=test node --enable-source-maps --test build/",
"release": "semantic-release",

@@ -59,26 +60,25 @@ "_postinstall": "husky install",

"dependencies": {
"jsonwebtoken": "9.0.0"
"jsonwebtoken": "9.0.1"
},
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.67",
"@swc/core": "1.3.70",
"@tsconfig/strictest": "2.0.1",
"@types/jsonwebtoken": "9.0.2",
"@types/node": "20.3.3",
"@types/tap": "15.0.8",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@types/node": "20.4.3",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"axios": "1.4.0",
"c8": "8.0.0",
"cross-env": "7.0.3",
"editorconfig-checker": "5.1.1",
"eslint": "8.44.0",
"eslint-config-conventions": "10.0.0",
"eslint": "8.45.0",
"eslint-config-conventions": "11.0.1",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "47.0.0",
"fastify": "4.19.1",
"eslint-plugin-unicorn": "48.0.0",
"fastify": "4.20.0",
"husky": "8.0.3",

@@ -89,10 +89,9 @@ "lint-staged": "13.2.3",

"pinst": "3.0.0",
"prettier": "2.8.8",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"semantic-release": "21.0.6",
"semantic-release": "21.0.7",
"socket.io": "4.7.1",
"socket.io-client": "4.7.1",
"tap": "16.3.7",
"typescript": "5.0.4"
"typescript": "5.1.6"
}
}
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