Socket
Socket
Sign inDemoInstall

d2wd-client

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2wd-client - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

5

lib/api/customers.js

@@ -35,2 +35,7 @@ 'use strict';

}, {
key: 'creategoogle',
value: function creategoogle(data) {
return this.client.post(this.resourceUrl + '/google', data);
}
}, {
key: 'update',

@@ -37,0 +42,0 @@ value: function update(id, data) {

2

lib/index.js

@@ -267,3 +267,3 @@ 'use strict';

var ajaxClient = new _ajaxClient2.default({ baseUrl: this.ajaxBaseUrl, token: this.ajaxToken });
var ajaxClient = new _ajaxClient2.default({ baseUrl: this.ajaxBaseUrl });

@@ -270,0 +270,0 @@ var webstoreClient = new _webstoreClient2.default({ token: this.webstoreToken });

{
"name": "d2wd-client",
"version": "1.0.23",
"version": "1.0.24",
"description": "d2wd API client library. Work on browser and server.",

@@ -5,0 +5,0 @@ "keywords": [

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