Comparing version 9.0.0 to 10.0.0
19
index.js
@@ -1,18 +0,1 @@ | ||
/** | ||
* Copyright (c) 2015, Jozef Stefan Institute, Quintelligence d.o.o. and contributors | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the FreeBSD license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
process.env['QMINER_HOME'] = __dirname + "/src/glib/bin/"; | ||
module.exports = exports = require('./src/nodejs/scripts/qm.js')(); // core functionality | ||
exports.analytics = require('./src/nodejs/scripts/analytics.js')(); // includes additional JS implementations | ||
exports.fs = require('./src/nodejs/scripts/fs.js')(); // includes additional JS implementations | ||
exports.ht = require('./src/nodejs/scripts/ht.js')(); // includes additional JS implementations | ||
exports.la = require('./src/nodejs/scripts/la.js')(); // includes additional JS implementations | ||
exports.snap = require('./src/nodejs/scripts/snap.js')(); // includes additional JS implementations | ||
exports.statistics = require('./src/nodejs/scripts/statistics.js')(); | ||
exports.datasets = require('./src/nodejs/datasets/datasets.js')(); // includes additional JS implementations | ||
exports.qm_util = require('./src/nodejs/scripts/qm_util.js'); | ||
module.exports = exports = require('qminer-try'); |
111
package.json
{ | ||
"name": "testjanko", | ||
"version": "9.0.0", | ||
"description": "A C++ based data analytics platform for processing large-scale real-time streams containing structured and unstructured data", | ||
"version": "10.0.0", | ||
"license": "BSD-2-Clause-FreeBSD", | ||
"author": { | ||
"name": "Blaz Fortuna", | ||
"email": "blaz@blazfortuna.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Janez Brank", | ||
"email": "janez.brank@ijs.si" | ||
}, | ||
{ | ||
"name": "Blaz Fortuna", | ||
"email": "blaz@blazfortuna.com" | ||
}, | ||
{ | ||
"name": "Carolina Fortuna", | ||
"email": "carolina.fortuna@ijs.si" | ||
}, | ||
{ | ||
"name": "Marko Grobelnik", | ||
"email": "marko.grobelnik@ijs.si" | ||
}, | ||
{ | ||
"name": "Viktor Jovanoski", | ||
"email": "viktor@carvic.si" | ||
}, | ||
{ | ||
"name": "Mario Karlovcec", | ||
"email": "mario.karlovcec@ijs.si" | ||
}, | ||
{ | ||
"name": "Blaz Kazic", | ||
"email": "blaz.kazic@ijs.si" | ||
}, | ||
{ | ||
"name": "Klemen Kenda", | ||
"email": "klemen.kenda@ijs.si" | ||
}, | ||
{ | ||
"name": "Gregor Leban", | ||
"email": "gregor.leban@ijs.si" | ||
}, | ||
{ | ||
"name": "Blaz Novak", | ||
"email": "blaz.novak@ijs.si" | ||
}, | ||
{ | ||
"name": "Andrej Muhic", | ||
"email": "andrej.muhic@ijs.si" | ||
}, | ||
{ | ||
"name": "Dunja Mladenic", | ||
"email": "dunja.mladenic@ijs.si" | ||
}, | ||
{ | ||
"name": "Erik Novak", | ||
"email": "novak.erik@gmail.com" | ||
}, | ||
{ | ||
"name": "Jost Novljan", | ||
"email": "jost.novljan@ijs.si" | ||
}, | ||
{ | ||
"name": "Miha Papler", | ||
"email": "miha.papler@ijs.si" | ||
}, | ||
{ | ||
"name": "Luis Rei", | ||
"email": "luis.rei@ijs.si" | ||
}, | ||
{ | ||
"name": "Jan Rupnik", | ||
"email": "jan.rupnik@ijs.si" | ||
}, | ||
{ | ||
"name": "Blaz Sovdat", | ||
"email": "blaz.sovdat@ijs.si" | ||
}, | ||
{ | ||
"name": "Luka Stopar", | ||
"email": "luka.stopar@ijs.si" | ||
} | ||
], | ||
"repository":{ | ||
}, | ||
"repository": { | ||
"url": "" | ||
@@ -96,26 +17,4 @@ }, | ||
"files": [ | ||
"index.js","build","src" | ||
], | ||
"dependencies": { | ||
"bindings": "~1.2.1", | ||
"sget": "~0.1.5" | ||
}, | ||
"keywords": [ | ||
"addon", | ||
"machine-learning", | ||
"linear-algebra", | ||
"snap", | ||
"social-network-analysis", | ||
"analytics", | ||
"data", | ||
"mining", | ||
"text-mining" | ||
], | ||
"gitHead": "f67da3517032c2745da38509e0a646670c66aa0d", | ||
"readme": "QMiner\n======\n\n| Linux | Mac | Windows |\n| -------- | --- | --- |\n| [![Build Status](https://travis-ci.org/qminer/qminer.svg?branch=master)](https://travis-ci.org/qminer/qminer) | [![Build Status](https://travis-ci.org/qminer/qminer.svg?branch=osx-binaries)](https://travis-ci.org/qminer/qminer) | [![Build status](https://ci.appveyor.com/api/projects/status/3klwdwgr2aqavtr2?svg=true)](https://ci.appveyor.com/project/rupnikj/qminer-19v7t) |\n\nQMiner is an analytics platform for large-scale real-time streams containing structured and\nunstructured data. It is designed for scaling to millions of instances on high-end commodity \nhardware, providing efficient storage, retrieval and analytics mechanisms with real-time response.\n\n**[Main project homepage](http://qminer.ijs.si/)**\n\n**[Mailing list](https://groups.google.com/forum/#!forum/qminer)**\n\n\n### Install \n\n**Prerequisites:**\n\n - Python v2.7.3 (recommended)\n - It was also tested on python 2.6\n - Does not work on python 3\n - [Node v0-12-0](http://blog.nodejs.org/2015/02/06/node-v0-12-0-stable/)\n - Windows: install it using the msi file\n - [npm](https://www.npmjs.com/package/npm)\n - Windows: npm is installed with Node when using the msi file.\n - Windows: Visual Studio 2013\n\n---\n\n**Install:**\n\n\tnpm install qminer\n\nTest:\n\n\tnpm install mocha -g\n\tcd node_modules/qminer/test/nodejs\n\tmocha *.js\n\n---\n\n**Install for developers:**\n\n\tgit clone https://github.com/qminer/qminer.git\n\tcd qminer\n\tnpm install\n\nFor debug build use: `npm install --debug`\n\nRun tests for developers: \n\n\tnpm install mocha -g\n\tcd test/nodejs\n\tmocha *.js\n\n---\n\nFor more detailed installation check the following instructions:\n- [Linux installation](https://github.com/qminer/qminer/wiki/Installation-on-Linux)\n- [Windows quick install](https://github.com/qminer/qminer/wiki/Quick-Installation-on-Windows)\n- [Windows using node-gyp](https://github.com/qminer/qminer/wiki/Installation-on-Windows)\n- [Mac OS X installation](https://github.com/qminer/qminer/wiki/Installation-on-Mac-OSX)\n\n## Documentation\n\n+ [Examples](https://github.com/qminer/qminer/wiki/Example)\n+ [Architecture](https://github.com/qminer/qminer/wiki/Architecture)\n+ [JavaScript API](https://rawgit.com/rupnikj/qminer/master/nodedoc/index.html)\n + [`qm` module](https://rawgit.com/rupnikj/qminer/master/nodedoc/module-qm.html)\n + [`la` module](https://rawgit.com/rupnikj/qminer/master/nodedoc/module-la.html)\n + [`analytics` module](https://rawgit.com/rupnikj/qminer/master/nodedoc/module-analytics.html)\n+ [C++ Documentation](http://agava.ijs.si/~blazf/qminer/)\n+ [Roadmap](https://github.com/qminer/qminer/wiki/Roadmap)\n+ [History](https://github.com/qminer/qminer/wiki/History)\n\n## Acknowledgments\n\n[QMiner](http://qminer.ijs.si/) is developed by [AILab](http://ailab.ijs.si/) at \n[Jozef Stefan Institute](http://www.ijs.si/), [Quintelligence](http://quintelligence.com) and other contributors.\n\nParts of the library were developed under [XLike](http://www.xlike.org/) and [Mobis](https://sites.google.com/site/mobiseuprojecteu/) FP7 projects and [Optimum](http://www.optimumproject.eu/) H2020 project and [Sophocles](http://sophocles.eu/) H2020 project.\n\nThanks to [Deleaker](http://deleaker.com) for supporting open-source projects.\n", | ||
"readmeFilename": "README.md", | ||
"bugs": { | ||
"url": "https://github.com/qminer/qminer/issues" | ||
}, | ||
"homepage": "https://github.com/qminer/qminer#readme" | ||
"index.js" | ||
] | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
1
2
353
2
0
2
1
- Removedbindings@~1.2.1
- Removedsget@~0.1.5
- Removedbindings@1.2.1(transitive)
- Removedsget@0.1.5(transitive)