Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mindsdb-js-sdk

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mindsdb-js-sdk - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/manifest.json
{
"src/index.js": {
"file": "mindsdb-sdk.cjs.js",
"file": "mindsdb-sdk.umd.js",
"src": "src/index.js",

@@ -5,0 +5,0 @@ "isEntry": true

@@ -8,3 +8,3 @@ {

"license": "MIT",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/mindsdb/mindsdb_js_sdk#readme",

@@ -25,4 +25,9 @@ "repository": {

"main": "src/index.js",
"unpkg": "dist/mindsdb-sdk.js",
"module": "es/mindsdb-sdk.js",
"module": "./dist/mindsdb-sdk.js",
"exports": {
".": {
"import": "./dist/mindsdb-sdk.js",
"require": "./dist/mindsdb-sdk.umd.cjs"
}
},
"scripts": {

@@ -29,0 +34,0 @@ "build:watch": "vite build --watch",

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