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

volenday

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volenday - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

package.json
{
"name": "volenday",
"version": "0.0.12",
"version": "0.0.13",
"private": false,

@@ -5,0 +5,0 @@ "scripts": {

const axios = require('axios');
const basicAuth = require('basic-auth');
export default function (applicationId) {
return function (req, res, next) {
export default (applicationId) => {
return (req, res, next) => {
console.log(applicationId);
console.log(`http://test.api.aha.volenday.com/api/validateApplication/${applicationId}`);
axios.get(`http://test.api.aha.volenday.com/api/validateApplication/${applicationId}`).then(response => {
console.log(response);
console.log(req);
let credentials = basicAuth(req),

@@ -9,0 +12,0 @@ username = 'NTw#n&xsK#P6/Phk',

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