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.67 to 1.0.68

12

lib/api/ajaxPaytm.js

@@ -11,5 +11,5 @@ "use strict";

var Sellers = function () {
function Sellers(client) {
_classCallCheck(this, Sellers);
var Paytm = function () {
function Paytm(client) {
_classCallCheck(this, Paytm);

@@ -19,3 +19,3 @@ this.client = client;

_createClass(Sellers, [{
_createClass(Paytm, [{
key: "initiate",

@@ -27,5 +27,5 @@ value: function initiate(filter) {

return Sellers;
return Paytm;
}();
exports.default = Sellers;
exports.default = Paytm;

@@ -255,6 +255,2 @@ 'use strict';

var _ajaxPages = require('./api/ajaxPages');
var _ajaxPages2 = _interopRequireDefault(_ajaxPages);
var _ajaxPaytm = require('./api/ajaxPaytm');

@@ -350,3 +346,2 @@

this.ajax.sellers = new _ajaxSellers2.default(ajaxClient);
this.ajax.pages = new _ajaxPages2.default(ajaxClient);
this.ajax.paytm = new _ajaxPaytm2.default(ajaxClient);

@@ -353,0 +348,0 @@

{
"name": "d2wd-client",
"version": "1.0.67",
"version": "1.0.68",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc