@thream/socketio-jwt
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -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 |
{ | ||
"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" | ||
} | ||
} |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15816
31
0
+ Addedjsonwebtoken@9.0.1(transitive)
- Removedjsonwebtoken@9.0.0(transitive)
Updatedjsonwebtoken@9.0.1