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
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.1.4 to 0.1.5

10

dist/dtable.js

@@ -772,7 +772,2 @@ "use strict";

}, {
key: "getOptionName",
value: function getOptionName(options, cellVal) {
return (0, _dtableStore.getOptionName)(options, cellVal);
}
}, {
key: "getMultipleOptionName",

@@ -783,7 +778,2 @@ value: function getMultipleOptionName(options, cellVal) {

}, {
key: "getLongtextDisplayString",
value: function getLongtextDisplayString(cellVal) {
return (0, _dtableStore.getLongtextDisplayString)(cellVal);
}
}, {
key: "getGeolocationDisplayString",

@@ -790,0 +780,0 @@ value: function getGeolocationDisplayString(value, columnData) {

6

dist/index.js

@@ -55,2 +55,8 @@ "use strict";

});
Object.defineProperty(exports, "sortDate", {
enumerable: true,
get: function get() {
return _dtableStore.sortDate;
}
});

@@ -57,0 +63,0 @@ var _dtable = _interopRequireDefault(require("./dtable"));

2

package.json
{
"name": "dtable-sdk",
"version": "0.1.4",
"version": "0.1.5",
"description": "dtable sdk",

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

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