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
4
Versions
130
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.0.0-pre.3 to 4.0.0-pre.4

src/core.ts

6

lib/hooks/connection.js

@@ -7,4 +7,6 @@ "use strict";

if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)
t[p[i]] = s[p[i]];
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;

@@ -11,0 +13,0 @@ };

import { AuthenticationBase, AuthenticationResult, AuthenticationRequest } from './core';
import { Params, ServiceMethods } from '@feathersjs/feathers';
export declare class AuthenticationService extends AuthenticationBase implements ServiceMethods<AuthenticationResult> {
export declare class AuthenticationService extends AuthenticationBase implements Partial<ServiceMethods<AuthenticationResult>> {
/**

@@ -5,0 +5,0 @@ * Return the payload for a JWT based on the authentication result.

{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "4.0.0-pre.3",
"version": "4.0.0-pre.4",
"homepage": "https://feathersjs.com",

@@ -41,3 +41,3 @@ "main": "lib/",

"dependencies": {
"@feathersjs/errors": "^4.0.0-pre.3",
"@feathersjs/errors": "^4.0.0-pre.4",
"debug": "^4.1.1",

@@ -49,3 +49,3 @@ "jsonwebtoken": "^8.5.1",

"devDependencies": {
"@feathersjs/feathers": "^4.0.0-pre.3",
"@feathersjs/feathers": "^4.0.0-pre.4",
"@types/debug": "^4.1.4",

@@ -63,3 +63,3 @@ "@types/jsonwebtoken": "^8.3.2",

},
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
}

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

Sorry, the diff of this file is not supported yet

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