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

dpay

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dpay - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "dpay",
"version": "1.0.1",
"version": "1.0.2",
"description": "Dpay is the easiest and most secure way to accept crypto payments for your service or store.",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

@@ -5,6 +5,15 @@ # dpay

## Install
> npm install dpay
## Get auth token
You need to register an account from our [website]("https://dpay.one/login") and then get the token from the [settings page]("https://dpay.one/dashboard/settingdash)
### Sample Codes
```js
var dpay = require("dapy")();
var dpay = require("dpay")();
var params = {

@@ -11,0 +20,0 @@ auth_token:"YOUR AUTHENTICATION TOKEN",

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