mollie-api-node
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -7,2 +7,5 @@ ![Mollie](https://www.mollie.com/files/Mollie-Logo-Style-Small.png) | ||
#### v1.3.6 - 2017-08-02 | ||
- Fixed `isValid()` helper method of the Mandate model. | ||
#### v1.3.5 - 2017-02-02 | ||
@@ -9,0 +12,0 @@ - Added missing 'subscriptionId' to Payments API. |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
(function() { | ||
@@ -3,0 +3,0 @@ module.exports = { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -89,3 +89,3 @@ /* | ||
id = id || ''; | ||
parsedUrl = url.parse("" + this.config.endpoint + "/" + this.config.version + "/" + resource + "/" + id); | ||
parsedUrl = url.parse(this.config.endpoint + "/" + this.config.version + "/" + resource + "/" + id); | ||
parsedUrl.method = method; | ||
@@ -92,0 +92,0 @@ parsedUrl.rejectUnauthorized = true; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -36,7 +36,7 @@ /* | ||
var List, | ||
__hasProp = {}.hasOwnProperty, | ||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
hasProp = {}.hasOwnProperty; | ||
module.exports = List = (function(_super) { | ||
__extends(List, _super); | ||
module.exports = List = (function(superClass) { | ||
extend(List, superClass); | ||
@@ -43,0 +43,0 @@ function List() { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -53,3 +53,3 @@ /* | ||
Mandate.prototype.isValid = function() { | ||
return this.status === this.STATUS_VALID; | ||
return this.status === Mandate.STATUS_VALID; | ||
}; | ||
@@ -56,0 +56,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -77,9 +77,9 @@ /* | ||
Method.prototype.getMinimumAmount = function() { | ||
var _ref; | ||
return parseFloat(((_ref = this.amount) != null ? _ref.minimum : void 0) || "0"); | ||
var ref; | ||
return parseFloat(((ref = this.amount) != null ? ref.minimum : void 0) || "0"); | ||
}; | ||
Method.prototype.getMaximumAmount = function() { | ||
var _ref; | ||
return parseFloat(((_ref = this.amount) != null ? _ref.maximum : void 0) || "0"); | ||
var ref; | ||
return parseFloat(((ref = this.amount) != null ? ref.maximum : void 0) || "0"); | ||
}; | ||
@@ -86,0 +86,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -82,3 +82,4 @@ /* | ||
paymentUrl: null, | ||
redirectUrl: null | ||
redirectUrl: null, | ||
webhookUrl: null | ||
}; | ||
@@ -85,0 +86,0 @@ } |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -36,4 +36,4 @@ /* | ||
var Base, Customer, Customers, | ||
__hasProp = {}.hasOwnProperty, | ||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
hasProp = {}.hasOwnProperty; | ||
@@ -44,4 +44,4 @@ Base = require("./base"); | ||
module.exports = Customers = (function(_super) { | ||
__extends(Customers, _super); | ||
module.exports = Customers = (function(superClass) { | ||
extend(Customers, superClass); | ||
@@ -48,0 +48,0 @@ function Customers() { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -36,4 +36,4 @@ /* | ||
var Base, Mandate, Mandates, | ||
__hasProp = {}.hasOwnProperty, | ||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
hasProp = {}.hasOwnProperty; | ||
@@ -44,4 +44,4 @@ Base = require("../base"); | ||
module.exports = Mandates = (function(_super) { | ||
__extends(Mandates, _super); | ||
module.exports = Mandates = (function(superClass) { | ||
extend(Mandates, superClass); | ||
@@ -48,0 +48,0 @@ function Mandates() { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -36,9 +36,9 @@ /* | ||
var CustomersPayments, Payments, | ||
__hasProp = {}.hasOwnProperty, | ||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
hasProp = {}.hasOwnProperty; | ||
Payments = require("../payments"); | ||
module.exports = CustomersPayments = (function(_super) { | ||
__extends(CustomersPayments, _super); | ||
module.exports = CustomersPayments = (function(superClass) { | ||
extend(CustomersPayments, superClass); | ||
@@ -45,0 +45,0 @@ function CustomersPayments() { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -36,4 +36,4 @@ /* | ||
var Base, Subscription, Subscriptions, | ||
__hasProp = {}.hasOwnProperty, | ||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
hasProp = {}.hasOwnProperty; | ||
@@ -44,4 +44,4 @@ Base = require("../base"); | ||
module.exports = Subscriptions = (function(_super) { | ||
__extends(Subscriptions, _super); | ||
module.exports = Subscriptions = (function(superClass) { | ||
extend(Subscriptions, superClass); | ||
@@ -48,0 +48,0 @@ function Subscriptions() { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -36,4 +36,4 @@ /* | ||
var Base, Issuer, Issuers, | ||
__hasProp = {}.hasOwnProperty, | ||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
hasProp = {}.hasOwnProperty; | ||
@@ -44,4 +44,4 @@ Base = require("./base"); | ||
module.exports = Issuers = (function(_super) { | ||
__extends(Issuers, _super); | ||
module.exports = Issuers = (function(superClass) { | ||
extend(Issuers, superClass); | ||
@@ -48,0 +48,0 @@ function Issuers() { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -36,4 +36,4 @@ /* | ||
var Base, Method, Methods, | ||
__hasProp = {}.hasOwnProperty, | ||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
hasProp = {}.hasOwnProperty; | ||
@@ -44,4 +44,4 @@ Base = require("./base"); | ||
module.exports = Methods = (function(_super) { | ||
__extends(Methods, _super); | ||
module.exports = Methods = (function(superClass) { | ||
extend(Methods, superClass); | ||
@@ -48,0 +48,0 @@ function Methods() { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -36,4 +36,4 @@ /* | ||
var Base, Payment, Payments, | ||
__hasProp = {}.hasOwnProperty, | ||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
hasProp = {}.hasOwnProperty; | ||
@@ -44,4 +44,4 @@ Base = require("./base"); | ||
module.exports = Payments = (function(_super) { | ||
__extends(Payments, _super); | ||
module.exports = Payments = (function(superClass) { | ||
extend(Payments, superClass); | ||
@@ -48,0 +48,0 @@ function Payments() { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
@@ -36,4 +36,4 @@ /* | ||
var Base, PaymentsRefunds, Refund, | ||
__hasProp = {}.hasOwnProperty, | ||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
hasProp = {}.hasOwnProperty; | ||
@@ -44,4 +44,4 @@ Base = require("../base"); | ||
module.exports = PaymentsRefunds = (function(_super) { | ||
__extends(PaymentsRefunds, _super); | ||
module.exports = PaymentsRefunds = (function(superClass) { | ||
extend(PaymentsRefunds, superClass); | ||
@@ -48,0 +48,0 @@ function PaymentsRefunds() { |
{ | ||
"name": "mollie-api-node", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"license": "BSD-3-Clause", | ||
@@ -10,11 +10,35 @@ "repository": "git://github.com/mollie/mollie-api-node", | ||
"keywords": [ | ||
"mollie", "payment", "service", "ideal", "creditcard", "mistercash", "bancontact", "sofort", "sofortbanking", | ||
"sepa", "bitcoin", "paypal", "paysafecard", "podiumcadeaukaart", "banktransfer", "direct debit", "belfius", | ||
"belfius direct net", "kbc", "cbc", "refunds", "api", "payments", "gateway", "subscriptions", "recurring", "charges" | ||
"mollie", | ||
"payment", | ||
"service", | ||
"ideal", | ||
"creditcard", | ||
"mistercash", | ||
"bancontact", | ||
"sofort", | ||
"sofortbanking", | ||
"sepa", | ||
"bitcoin", | ||
"paypal", | ||
"paysafecard", | ||
"podiumcadeaukaart", | ||
"banktransfer", | ||
"direct debit", | ||
"belfius", | ||
"belfius direct net", | ||
"kbc", | ||
"cbc", | ||
"refunds", | ||
"api", | ||
"payments", | ||
"gateway", | ||
"subscriptions", | ||
"recurring", | ||
"charges" | ||
], | ||
"dependencies": { | ||
"underscore": "~1.7.0" | ||
"underscore": "^1.7.0" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "~1.8.0" | ||
"coffee-script": "^1.12.7" | ||
}, | ||
@@ -21,0 +45,0 @@ "main": "./lib/mollie", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
307317
1011
2
+ Addedunderscore@1.13.7(transitive)
- Removedunderscore@1.7.0(transitive)
Updatedunderscore@^1.7.0