Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

authbox

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authbox - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

6

lib/Client.js

@@ -125,10 +125,8 @@ 'use strict';

var actionData = merge(action, {
var actionData = merge({
$timestamp: Date.now(),
$apiKey: Client.config.apiKey,
$secretKey: Client.config.secretKey,
});
}, requestData, action);
actionData = merge(actionData, requestData);
request.post({

@@ -135,0 +133,0 @@ uri: Client.config.endpoint + endpoint,

@@ -21,3 +21,3 @@ 'use strict';

var IP_HEADERS = ['cf-connecting-ip', 'cf-remote-addr', 'x-forwarded-for'];
var IP_HEADERS = ['cf-connecting-ip', 'x-forwarded-for'];

@@ -24,0 +24,0 @@ function getIP(req) {

{
"name": "authbox",
"version": "0.9.2",
"version": "0.9.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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