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

@fonos/auth

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fonos/auth - npm Package Compare versions

Comparing version 0.1.2-alpha.0 to 0.1.5-alpha.0

9

dist/service/runner.js

@@ -16,2 +16,3 @@ #!/usr/bin/env node

const certs_1 = require("@fonos/certs");
const __1 = require("..");
const authenticator = new auth_utils_1.default(new jwt_1.default());

@@ -40,3 +41,9 @@ app.get("/session_auth", async (req, res) => {

];
common_1.runServices(services, []);
const middlewares = [
{
name: "authentication",
middlewareObj: new __1.AuthMiddleware(certs_1.getSalt()).middleware
}
];
common_1.runServices(services, middlewares);
});

6

package.json
{
"name": "@fonos/auth",
"version": "0.1.2-alpha.0",
"version": "0.1.5-alpha.0",
"description": "Authentication Module",

@@ -47,3 +47,3 @@ "author": "Raul Sanchez <rsanchez@fonoster.com>",

"@fonos/certs": "^0.1.2-alpha.0",
"@fonos/common": "^0.1.2-alpha.0",
"@fonos/common": "^0.1.4-alpha.0",
"@fonos/errors": "^0.1.2-alpha.0",

@@ -59,3 +59,3 @@ "@fonos/logger": "^0.1.2-alpha.0",

},
"gitHead": "6a7fbaf2a72eb3df1bc1ee61dcbbe915b63406dc"
"gitHead": "bbeb3d991039d55fabfe24d247891251e9ef5caf"
}
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