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.0 to 2.2.1

10

lib/index.js

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

, builder = new parser.Builder({headless: true});
module.exports = (function() {

@@ -20,9 +20,11 @@ var AuthorizeRequest = function(options) {

this.LIVE_URL = {
host: 'api.authorize.net',
host: 'api2.authorize.net',
path: '/xml/v1/request.api'
}
};
this.SANDBOX_URL = {
host: 'apitest.authorize.net',
path: '/xml/v1/request.api'
}
};
this.validationMode = 'none';

@@ -29,0 +31,0 @@ this.refId = '';

2

package.json
{
"name": "auth-net-request",
"version": "2.2.0",
"version": "2.2.1",
"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