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

dtable-sdk

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtable-sdk - npm Package Compare versions

Comparing version

to
0.0.96

4

dist/dtable-web-api.js

@@ -121,3 +121,5 @@ "use strict";

var url = server + '/api/v2.1/workspace/' + workspaceId + '/dtable/' + encodeURIComponent(dtableName) + '/convert-page/';
return this.req.get(url, params);
return this.req.get(url, {
params: params
});
}

@@ -124,0 +126,0 @@ }, {

{
"name": "dtable-sdk",
"version": "0.0.95",
"version": "0.0.96",
"description": "dtable sdk",

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