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.37 to 0.0.38

5

dist/dtable.js

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

}, {
key: "deleteRowById",
value: function deleteRowById(table, row_id) {
this.dtableStore.deleteRowById(table._id, row_id);
}
}, {
key: "modifyRow",

@@ -270,0 +275,0 @@ value: function modifyRow(table, row, updated) {

4

package.json
{
"name": "dtable-sdk",
"version": "0.0.37",
"version": "0.0.38",
"description": "dtable sdk",

@@ -21,3 +21,3 @@ "main": "./dist/dtable.js",

"axios": "^0.19.0",
"dtable-store": "^1.0.14",
"dtable-store": "^1.2.9",
"form-data": "^3.0.0"

@@ -24,0 +24,0 @@ },

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