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

@smartpay/sdk-node

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartpay/sdk-node - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.1.0",
"version": "0.1.1",
"description": "Smartpay SDK NodeJS",

@@ -10,0 +10,0 @@ "main": "./build/cjs/index.cjs",

@@ -19,3 +19,3 @@ # Smartpay Nodejs SDK

The package needs to be configured with your own API keys, you can find them on your [dashboard](https://merchant.smartpay.co/settings/credentials).
The package needs to be configured with your own API keys, you can find them on your [dashboard](https://dashboard.smartpay.co/settings/credentials).

@@ -25,4 +25,4 @@ ```javascript

const smartpay = new Smartpay('<YOUR_PRIVATE_API_KEY>', {
publicKey: '<YOUR_PUBLIC_API_KEY>',
const smartpay = new Smartpay('<YOUR_SECRET_KEY>', {
publicKey: '<YOUR_PUBLIC_KEY>',
});

@@ -29,0 +29,0 @@ ```

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