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

auth-net-request

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

auth-net-request - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

lib/index.js

@@ -77,3 +77,5 @@ var https = require('https')

cert: this.cert,
rejectUnauthorized: false,
rejectUnauthorized: options.rejectUnauthorized || false,
requestCert: options.requestCert || true,
agent: options.agent || false,
headers: {

@@ -80,0 +82,0 @@ 'Content-Length': string.length,

{
"name": "auth-net-request",
"version": "0.2.2",
"version": "0.2.3",
"description": "Authorize.net requests for Node.JS",

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

@@ -18,2 +18,5 @@ # Authorize.net Request

cert: '/path/to/cert.pem',
rejectUnauthorized: false, // true
requestCert: true, // false
agent: false // http.agent object
sandbox: false // true

@@ -20,0 +23,0 @@ });

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