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.0 to 1.0.1

dist/manifest.json

78

package.json
{
"name": "mindsdb-js-sdk",
"license": "MIT",
"version": "1.0.0",
"homepage": "https://github.com/mindsdb/mindsdb_js_sdk#readme",
"repository": {
"type": "git",
"url": "https://github.com/mindsdb/mindsdb_js_sdk.git"
},
"bugs": {
"url": "https://github.com/mindsdb/mindsdb_js_sdk/issues"
},
"keywords": [
"MindsDB",
"mindsdb_js_sdk",
"neural-network",
"machine-learning"
],
"author": "MindsDB",
"main": "src/index.js",
"unpkg": "dist/mindsdb-sdk.js",
"module": "es/mindsdb-sdk.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/runtime": "^7.13.9",
"rimraf": "^2.7.1",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.1"
},
"dependencies": {
"axios": "^1.2.0"
}
"name": "mindsdb-js-sdk",
"files": [
"dist"
],
"author": "MindsDB",
"license": "MIT",
"version": "1.0.1",
"homepage": "https://github.com/mindsdb/mindsdb_js_sdk#readme",
"repository": {
"type": "git",
"url": "https://github.com/mindsdb/mindsdb_js_sdk.git"
},
"bugs": {
"url": "https://github.com/mindsdb/mindsdb_js_sdk/issues"
},
"keywords": [
"MindsDB",
"mindsdb_js_sdk",
"neural-network",
"machine-learning"
],
"main": "src/index.js",
"unpkg": "dist/mindsdb-sdk.js",
"module": "es/mindsdb-sdk.js",
"scripts": {
"build:watch": "vite build --watch",
"build": "vite build"
},
"dependencies": {
"axios": "^1.2.0"
},
"devDependencies": {
"prettier": "2.6.2",
"vite": "^2.9.9"
}
}

@@ -69,4 +69,2 @@ # <a href='https://www.mindsdb.com/'><img src='https://assets.website-files.com/5c7e77a16fbaf30ffda0de72/5cc69a9fd9da3369c3848e5b_logo.png' height='40' alt='MindsDB' aria-label='mindsdb.com/' /></a>

console.log('=Get Account Status=>');

@@ -114,2 +112,2 @@ console.log(connect);

[MIT](LICENSE)
[MIT](LICENSE)

@@ -1,6 +0,6 @@

const connect = require("./connect");
const getStatus = require("./status");
const getFiles = require("./getFiles");
const setQuery = require("./setQuery");
import { connect } from './connect';
import { getStatus } from './status';
import { getFiles } from './getFiles';
import { setQuery } from './setQuery';
module.exports = { connect, getStatus, getFiles, setQuery };
export default { connect, getStatus, getFiles, setQuery };

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