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.56 to 1.0.58

lib/api/ajaxCheckoutFields.js

11

lib/index.js

@@ -267,2 +267,10 @@ 'use strict';

var _ajaxCheckoutFields = require('./api/ajaxCheckoutFields');
var _ajaxCheckoutFields2 = _interopRequireDefault(_ajaxCheckoutFields);
var _ajaxProductCategories = require('./api/ajaxProductCategories');
var _ajaxProductCategories2 = _interopRequireDefault(_ajaxProductCategories);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -336,2 +344,3 @@

this.ajax.products = new _products2.default(ajaxClient);
this.ajax.productCategories = new _productCategories2.default(ajaxClient);
this.ajax.sitemap = new _sitemap2.default(ajaxClient);

@@ -358,2 +367,4 @@ this.ajax.cart = new _ajaxCart2.default(ajaxClient);

this.ajax.themesettings = new _ajaxThemeSettings2.default(ajaxClient);
this.ajax.checkoutFields = new _ajaxCheckoutFields2.default(ajaxClient);
this.ajax.productCategories = new _ajaxProductCategories2.default(ajaxClient);

@@ -360,0 +371,0 @@ this.webstore = {};

2

package.json
{
"name": "d2wd-client",
"version": "1.0.56",
"version": "1.0.58",
"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