Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "uniqorm", | ||
"description": "uniqorm", | ||
"version": "0.0.1", | ||
"description": "Easy to use, multi-dialect ORM framework for JavaScript", | ||
"version": "0.0.2", | ||
"author": "Panates Ltd.", | ||
@@ -11,3 +11,3 @@ "contributors": [ | ||
"repository": "panates/uniqorm", | ||
"main": "lib/index.js", | ||
"main": "src/index.js", | ||
"keywords": [ | ||
@@ -23,3 +23,3 @@ "javascript", | ||
"dependencies": { | ||
"lodash": "^4.17.4" | ||
"sqb": "^0.2.7" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
@@ -1,2 +0,37 @@ | ||
# uniqorm | ||
. | ||
# UNIQ-ORM | ||
[![NPM Version][npm-image]][npm-url] | ||
[![NPM Downloads][downloads-image]][downloads-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Test Coverage][coveralls-image]][coveralls-url] | ||
[![Dependencies][dependencies-image]][dependencies-url] | ||
[![DevDependencies][devdependencies-image]][devdependencies-url] | ||
UNIQ-ORM is a easy to use, multi-dialect ORM framework for JavaScript; | ||
Note: UNIQ-ORM is in alpha state. Use it only for testing purposes only! | ||
## Node Compatibility | ||
- node `>= 6.x`; | ||
### License | ||
[MIT](LICENSE) | ||
[npm-image]: https://img.shields.io/npm/v/uniqorm.svg | ||
[npm-url]: https://npmjs.org/package/uniqorm | ||
[travis-image]: https://img.shields.io/travis/panates/uniqorm/master.svg | ||
[travis-url]: https://travis-ci.org/panates/uniqorm | ||
[coveralls-image]: https://img.shields.io/coveralls/panates/uniqorm/master.svg | ||
[coveralls-url]: https://coveralls.io/r/panates/uniqorm | ||
[downloads-image]: https://img.shields.io/npm/dm/uniqorm.svg | ||
[downloads-url]: https://npmjs.org/package/uniqorm | ||
[gitter-image]: https://badges.gitter.im/panates/uniqorm.svg | ||
[gitter-url]: https://gitter.im/panates/uniqorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
[dependencies-image]: https://david-dm.org/panates/uniqorm/status.svg | ||
[dependencies-url]:https://david-dm.org/panates/uniqorm | ||
[devdependencies-image]: https://david-dm.org/panates/uniqorm/dev-status.svg | ||
[devdependencies-url]:https://david-dm.org/panates/uniqorm?type=dev | ||
[quality-image]: http://npm.packagequality.com/shield/uniqorm.png | ||
[quality-url]: http://packagequality.com/#?package=uniqorm |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
38
1
3762
3
0
2
+ Addedsqb@^0.2.7
+ Addeddebug@2.6.9(transitive)
+ Addedms@2.0.0(transitive)
+ Addedsqb@0.2.18(transitive)
- Removedlodash@^4.17.4
- Removedlodash@4.17.21(transitive)