mindsdb-js-sdk
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
39581
2
6
3
70
16
112