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

dtable-web-api

Package Overview
Dependencies
Maintainers
1
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtable-web-api - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

lib/dtable-web-api.js

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

}
}, {
key: "getTableAccessTokenByToken",
value: function getTableAccessTokenByToken(token) {
var url = this.server + '/api/v2.1/dtable/share-link-access-token/' + '?token=' + token;
return this.req.get(url);
}
}]);

@@ -528,0 +534,0 @@

2

package.json
{
"name": "dtable-web-api",
"version": "1.0.4",
"version": "1.0.5",
"description": "an interface for dtable-web",

@@ -5,0 +5,0 @@ "main": "lib/dtable-web-api.js",

@@ -409,2 +409,7 @@ import axios from 'axios';

}
getTableAccessTokenByToken(token) {
const url = this.server + '/api/v2.1/dtable/share-link-access-token/' + '?token=' + token;
return this.req.get(url);
}

@@ -411,0 +416,0 @@ }

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