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

auth-net-types

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth-net-types - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

.travis.yml

2

lib/index.js

@@ -554,3 +554,3 @@ /**

billTo: new AuthorizeBillingAddress(profiles[i].billTo),
payment: new AuthorizePayment(profiles[i].payment),
payment: new AuthorizePayment(profiles[i].payment || profiles[i].paymentProfile),
customerPaymentProfileId: profiles[i].paymentProfileId || profiles[i].customerPaymentProfileId || ''

@@ -557,0 +557,0 @@ }

{
"name": "auth-net-types",
"version": "1.0.0",
"version": "1.0.2",
"description": "A collection of Authorize.net's types/data types/xml objects.",

@@ -10,2 +10,5 @@ "main": "index.js",

},
"scripts": {
"test": "make tests"
},
"bugs": {

@@ -22,5 +25,5 @@ "url": "https://github.com/durango/authorize-net-types/issues"

"devDependencies": {
"mocha": "~1.12.0",
"chai": "~1.7.2"
"mocha": "~1.17.1",
"chai": "~1.9.0"
}
}
# Authorize.net Types
[![Build Status](http://img.shields.io/travis/durango/authorize-net-types.svg)](https://travis-ci.org/durango/authorize-net-types) [![Dependency Status](https://david-dm.org/durango/authorize-net-types.svg?theme=shields.io)](https://david-dm.org/durango/authorize-net-types) [![devDependency Status](https://david-dm.org/durango/authorize-net-types/dev-status.svg?theme=shields.io)](https://david-dm.org/durango/authorize-net-types#info=devDependencies)
Authorize.net data types for Node.JS

@@ -4,0 +6,0 @@

Sorry, the diff of this file is not supported yet

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