Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dark-payment

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dark-payment - npm Package Compare versions

Comparing version 0.1.1 to 0.1.3

4

lib/payment-client.js

@@ -28,3 +28,3 @@ //

this.provider = provider;
this.config = Object.assign({}, config, elementIds);
this.config = Object.assign({}, config, { elementIds });
if (!{}.propertyIsEnumerable.call(connectors, provider)) {

@@ -37,3 +37,3 @@ throw new Error(`provider connector does not exist: ${provider}`);

return new Promise((resolve, reject) =>
this.client.init(config, (status, data) => {
this.client.init(this.config, (status, data) => {
if (status === 'error') {

@@ -40,0 +40,0 @@ return reject(new Error(data));

{
"name": "dark-payment",
"version": "0.1.1",
"version": "0.1.3",
"description": "Provide payment client",

@@ -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