Socket
Socket
Sign inDemoInstall

mollie-es6

Package Overview
Dependencies
23
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.2 to 0.7.3

10

lib/issuers.js
import request from './request';
/**
* Retrieves a list of issuers from Mollie
* @param {Object} options Options Mollie accepts for Issuers.List
* @returns {Object} List of issuers along with some other data
*/
function *list(options) {

@@ -22,2 +27,7 @@ if (options.count && options.count > 250) {

/**
* Get information about an issuer from Mollie by it's id
* @param {String} id The issuers id
* @returns {Object} Issuer information or error, given by Mollie
*/
function *get(id) {

@@ -24,0 +34,0 @@ if (!id) {

2

package.json
{
"name": "mollie-es6",
"version": "0.7.2",
"version": "0.7.3",
"description": "Mollie module ready for ES6 usage",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc