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.77 to 0.0.78

21

dist/dtable.js

@@ -624,2 +624,23 @@ "use strict";

}
}, {
key: "getGeolocationDisplayString",
value: function getGeolocationDisplayString(value) {
return (0, _dtableStore.getGeolocationDisplayString)(value);
}
}, {
key: "getDurationDisplayString",
value: function getDurationDisplayString(value, columnData) {
return (0, _dtableStore.getDurationDisplayString)(value, columnData);
}
}, {
key: "getDateDisplayString",
value: function getDateDisplayString(value, columnData) {
var format = columnData.format;
return (0, _dtableStore.getDateDisplayString)(value, format);
}
}, {
key: "getCollaboratorsName",
value: function getCollaboratorsName(collaborators, value) {
return (0, _dtableStore.getCollaboratorsName)(collaborators, value);
}
}]);

@@ -626,0 +647,0 @@

2

package.json
{
"name": "dtable-sdk",
"version": "0.0.77",
"version": "0.0.78",
"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