Socket
Socket
Sign inDemoInstall

@superset-ui/connection

Package Overview
Dependencies
Maintainers
12
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superset-ui/connection - npm Package Compare versions

Comparing version 0.13.5 to 0.13.9

1

esm/callApi/callApi.js

@@ -83,2 +83,3 @@ "use strict";

if (typeof value !== 'undefined') {
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
formData.append(key, stringify ? JSON.stringify(value) : value);

@@ -85,0 +86,0 @@ }

@@ -83,2 +83,3 @@ "use strict";

if (typeof value !== 'undefined') {
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
formData.append(key, stringify ? JSON.stringify(value) : value);

@@ -85,0 +86,0 @@ }

4

package.json
{
"name": "@superset-ui/connection",
"version": "0.13.5",
"version": "0.13.9",
"description": "Superset UI connection",

@@ -41,3 +41,3 @@ "sideEffects": false,

},
"gitHead": "4ca74a281d3d7a2c7d28dbe6cb56e391d59962f1"
"gitHead": "de298d406006024521554c645d9691c550d2b1d4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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