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 5.0.31 to 5.0.32

24

lib/index.js

@@ -18,9 +18,19 @@ "use strict";

});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
Object.defineProperty(exports, "__esModule", { value: true });

@@ -27,0 +37,0 @@ exports.authenticationSettingsSchema = exports.JWTStrategy = exports.AuthenticationService = exports.AuthenticationBaseStrategy = exports.AuthenticationBase = exports.authenticate = exports.hooks = void 0;

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

@@ -56,26 +56,26 @@ "main": "lib/",

"dependencies": {
"@feathersjs/commons": "^5.0.31",
"@feathersjs/errors": "^5.0.31",
"@feathersjs/feathers": "^5.0.31",
"@feathersjs/commons": "^5.0.32",
"@feathersjs/errors": "^5.0.32",
"@feathersjs/feathers": "^5.0.32",
"@feathersjs/hooks": "^0.9.0",
"@feathersjs/schema": "^5.0.31",
"@feathersjs/transport-commons": "^5.0.31",
"@types/jsonwebtoken": "^9.0.7",
"@feathersjs/schema": "^5.0.32",
"@feathersjs/transport-commons": "^5.0.32",
"@types/jsonwebtoken": "^9.0.8",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^11.0.2"
"uuid": "^11.0.5"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.31",
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.4",
"@feathersjs/memory": "^5.0.32",
"@types/lodash": "^4.17.15",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.0",
"@types/uuid": "^10.0.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7"
"gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6"
}

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