dtable-sdk
Advanced tools
Comparing version 0.0.130 to 0.0.131-beta
@@ -550,4 +550,7 @@ "use strict"; | ||
value: function getViewRows(view, table) { | ||
var username = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; | ||
var userId = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; | ||
var _this$dtableStore$dta = this.dtableStore.dtableSettings, | ||
_this$dtableStore$dta2 = _this$dtableStore$dta.username, | ||
username = _this$dtableStore$dta2 === void 0 ? null : _this$dtableStore$dta2, | ||
_this$dtableStore$dta3 = _this$dtableStore$dta.userId, | ||
userId = _this$dtableStore$dta3 === void 0 ? null : _this$dtableStore$dta3; | ||
return _dtableStore.Views.getViewRows(view, table, this.dtableStore.value, username, userId); | ||
@@ -554,0 +557,0 @@ } |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.130", | ||
"version": "0.0.131beta", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
66560
1402
13
1