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 2.2.1 to 2.2.2

5

lib/index.js

@@ -75,2 +75,3 @@ var https = require('https')

var url = this.getPostUrl();
var content = new Buffer(string, 'utf-8');

@@ -86,3 +87,3 @@ var req = https.request({

headers: {
'Content-Length': string.length,
'Content-Length': content.length,
'Content-Type': 'text/xml'

@@ -92,3 +93,3 @@ }

req.write(string);
req.write(content);
req.on('error', function(err) {

@@ -95,0 +96,0 @@ callback(err);

2

package.json
{
"name": "auth-net-request",
"version": "2.2.1",
"version": "2.2.2",
"description": "Authorize.net requests for Node.JS",

@@ -5,0 +5,0 @@ "main": "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