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.90 to 0.0.91

5

dist/dtable-web-api.js

@@ -33,6 +33,7 @@ "use strict";

var url = this.server + '/api2/auth-token/';
var _this$config = this.config,
server = _this$config.server,
username = _this$config.username,
password = _this$config.password;
var url = server + '/api2/auth-token/';
return _axios["default"].post(url, {

@@ -44,3 +45,3 @@ username: username,

_this.req = _axios["default"].create({
baseURL: _this.server,
baseURL: server,
headers: {

@@ -47,0 +48,0 @@ 'Authorization': 'Token ' + _this.token

2

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