Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "uniqorm", | ||
"description": "Easy to use, multi-dialect ORM framework for JavaScript", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Panates Ltd.", | ||
@@ -11,3 +11,4 @@ "contributors": [ | ||
"repository": "panates/uniqorm", | ||
"main": "src/index.js", | ||
"main": "lib/index.js", | ||
"bin": "./bin/cli.js", | ||
"keywords": [ | ||
@@ -23,10 +24,17 @@ "javascript", | ||
"dependencies": { | ||
"sqb": "^0.2.7" | ||
"chalk": "^1.1.3", | ||
"commander": "^2.9.0", | ||
"putil-promisify": "^1.0.3", | ||
"putil-waterfall": "^1.0.8" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^6.1.2", | ||
"babel-eslint": "^7.2.3", | ||
"eslint": "^3.19.0", | ||
"eslint-config-google": "^0.8.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.2.0" | ||
"mocha": "^3.4.2" | ||
}, | ||
"peerDependencies": { | ||
"sqb": "^0.4.11" | ||
}, | ||
"engines": { | ||
@@ -38,3 +46,2 @@ "node": ">= 6.0" | ||
"README.md", | ||
"index.js", | ||
"lib/" | ||
@@ -41,0 +48,0 @@ ], |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
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
46610
23
1637
1
5
5
2
+ Addedchalk@^1.1.3
+ Addedcommander@^2.9.0
+ Addedputil-promisify@^1.0.3
+ Addedputil-waterfall@^1.0.8
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addeddoublylinked@1.0.7(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedputil-flattentext@1.1.2(transitive)
+ Addedputil-promisify@1.10.1(transitive)
+ Addedputil-taskqueue@1.3.1(transitive)
+ Addedputil-waterfall@1.2.1(transitive)
+ Addedsqb@0.4.18(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
- Removedsqb@^0.2.7
- Removedsqb@0.2.18(transitive)