Socket
Socket
Sign inDemoInstall

@suddjian/superset-embedding-test

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suddjian/superset-embedding-test - npm Package Compare versions

Comparing version 0.10.0-test.1 to 0.15.0

7

package.json
{
"name": "@suddjian/superset-embedding-test",
"version": "0.10.0-test.1",
"description": "Embedded SDK for Superset",
"version": "0.15.0",
"description": "this is but a test",
"access": "public",

@@ -17,2 +17,3 @@ "keywords": [],

"build": "tsc & babel src --out-dir lib --extensions '.ts,.tsx' & webpack --mode production",
"ci:release": "node ./release-if-necessary.js",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -31,5 +32,3 @@ },

"@babel/preset-typescript": "^7.16.7",
"axios": "^0.25.0",
"babel-loader": "^8.2.3",
"npm": "^8.4.0",
"typescript": "^4.5.5",

@@ -36,0 +35,0 @@ "webpack": "^5.67.0",

@@ -22,3 +22,3 @@ <!--

The Embed SDK allows you to embed dashboards from Superset into your own app,
The Embedded SDK allows you to embed dashboards from Superset into your own app,
using your app's authentication.

@@ -47,3 +47,3 @@

You can also load the embedded SDK from a CDN. The library will be available as `supersetEmbeddedSdk` globally:
You can also load the Embedded SDK from a CDN. The SDK will be available as `supersetEmbeddedSdk` globally:

@@ -80,3 +80,3 @@ ```html

"user": {
"username": "stan_lee", // these user parameters are optional but can be useful
"username": "stan_lee",
"first_name": "Stan",

@@ -83,0 +83,0 @@ "last_name": "Lee"

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