New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rettersoft/rbs-node-sdk

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rettersoft/rbs-node-sdk - npm Package Compare versions

Comparing version

to
0.2.3

4

dist/index.js

@@ -127,3 +127,3 @@ "use strict";

var _a;
return ((_a = _this.clientConfig) === null || _a === void 0 ? void 0 : _a.platform) ? _this.clientConfig.platform : 'WEB';
return ((_a = _this.clientConfig) === null || _a === void 0 ? void 0 : _a.platform) ? _this.clientConfig.platform : 'NODEJS';
};

@@ -147,3 +147,3 @@ this.post = function (url, action, tokenData) {

}
params.platform = 'NODEJS';
params.platform = _this.getPlatform();
console.log('params', params);

@@ -150,0 +150,0 @@ _this

{
"name": "@rettersoft/rbs-node-sdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "Nodejs sdk for retter business services",

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

Sorry, the diff of this file is not supported yet