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.5.0 to 0.6.0

lib/issuers.js

2

app.js
import payments from './lib/payments';
import methods from './lib/methods';
import issuers from './lib/issuers';

@@ -7,2 +8,3 @@ const mollie = {

methods,
issuers,
api_key: null

@@ -9,0 +11,0 @@ };

2

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

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

@@ -82,4 +82,4 @@ # Mollie ES6 API client for Node.js #

|:-------------:|:-------------:|
| List | No |
| Get | No |
| List | Yes |
| Get | Yes |

@@ -86,0 +86,0 @@ ### Refunds ###

@@ -17,3 +17,2 @@ "use strict";

const offset = 0;
const count = 'Mollie ES6 module Test';

@@ -69,3 +68,3 @@ describe('Basics', function () {

it('Should return methods with payment functions', co.wrap(function *() {
it('Should return methods with method functions', co.wrap(function *() {
try {

@@ -72,0 +71,0 @@ const methods = yield mollie.methods.list({count: 15});

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