New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@feathersjs/authentication

Package Overview
Dependencies
Maintainers
3
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication - npm Package Compare versions

Comparing version 4.5.15 to 4.5.16

3

lib/core.d.ts
/// <reference types="node" />
/// <reference types="node" />
import { SignOptions, Secret, VerifyOptions } from 'jsonwebtoken';

@@ -12,3 +13,3 @@ import { Application, Params } from '@feathersjs/feathers';

}
export declare type ConnectionEvent = 'login' | 'logout' | 'disconnect';
export type ConnectionEvent = 'login' | 'logout' | 'disconnect';
export interface AuthenticationStrategy {

@@ -15,0 +16,0 @@ /**

{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "4.5.15",
"version": "4.5.16",
"homepage": "https://feathersjs.com",

@@ -55,8 +55,8 @@ "main": "lib/",

"dependencies": {
"@feathersjs/errors": "^4.5.15",
"@feathersjs/feathers": "^4.5.15",
"@feathersjs/transport-commons": "^4.5.15",
"@types/jsonwebtoken": "^8.5.6",
"@feathersjs/errors": "^4.5.16",
"@feathersjs/feathers": "^4.5.16",
"@feathersjs/transport-commons": "^4.5.16",
"@types/jsonwebtoken": "^9.0.0",
"debug": "^4.3.3",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",

@@ -78,3 +78,3 @@ "long-timeout": "^0.1.1",

},
"gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c"
"gitHead": "18872c070d9db0258f06cc66f08c0c6a9311b0b2"
}

Sorry, the diff of this file is too big to display

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