Socket
Socket
Sign inDemoInstall

d2wd-client

Package Overview
Dependencies
14
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "d2wd-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "d2wd API client library. Work on browser and server.",
"keywords": [
"d2wd",
"cezerin",
"d2wd",
"d2wd api",

@@ -18,4 +18,4 @@ "d2wd ajax",

"author": {
"name": "Restmount <jsonmount@gmail.com>",
"url": "https://github.com/restmount"
"name": "Abhijit Rahate <abhijitrahate@gmail.com>",
"url": "https://github.com/arahate"
},

@@ -22,0 +22,0 @@ "contributors": [

@@ -1,10 +0,10 @@

# Cezerin2 API client library
# d2wd API client library
Allows asynchronous requests to Cezerin2 REST API and get results with native Promise or async/await. Work on browser and server.
This is based from Cezerin-client
Allows asynchronous requests to d2wd REST API and get results with native Promise or async/await. Work on browser and server.
This is based from d2wd-client
Client include:
- Cezerin2 API
- Cezerin2 AJAX API
- Cezerin2 Web Store API
- d2wd API
- d2wd AJAX API
- d2wd Web Store API

@@ -15,3 +15,3 @@

```
npm i cezerin2-client
npm i d2wd2-client
```

@@ -23,3 +23,3 @@

```javascript
import CezerinClient from 'cezerin2-client';
import d2wdClient from 'd2wd-client';

@@ -26,0 +26,0 @@ const api = new CezerinClient({

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