Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dtable-sdk

Package Overview
Dependencies
Maintainers
1
Versions
213
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 0.0.67 to 0.0.68

17

dist/dtable-web-api.js

@@ -63,2 +63,19 @@ "use strict";

}
}, {
key: "getTableAssetUploadLink",
value: function getTableAssetUploadLink(workspaceID, name) {
var url = this.server + '/api/v2.1/workspace/' + workspaceID + '/dtable-asset-upload-link/?name=' + encodeURIComponent(name);
return this.req.get(url);
}
}, {
key: "uploadImage",
value: function uploadImage(uploadLink, formData) {
var onUploadProgress = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
return _axios["default"].create()({
method: "post",
data: formData,
url: uploadLink,
onUploadProgress: onUploadProgress
});
}
}]);

@@ -65,0 +82,0 @@

2

package.json
{
"name": "dtable-sdk",
"version": "0.0.67",
"version": "0.0.68",
"description": "dtable sdk",

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

Sorry, the diff of this file is too big to display

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