downstairs
Advanced tools
Comparing version 0.3.9 to 0.3.11
@@ -19,3 +19,5 @@ var pg = require('pg'); | ||
PGConnection.prototype.execute = PGConnection.prototype.query; | ||
module.exports = PGConnection; | ||
{ | ||
"name": "downstairs", | ||
"description": "A light ORM wrapped about brianc's node-sql and node-pg", | ||
"version": "0.3.9", | ||
"homepage": "https://github.com/moneytribeaustralia/downstairs.js", | ||
"version": "0.3.11", | ||
"homepage": "https://github.com/nicholasf/downstairs.js", | ||
"author": { | ||
"name": "kristian-puccio, damienwhaley, nicholasf", | ||
"email": "hello@moneytribe.com.au" | ||
"name": "nicholasf", | ||
"email": "nicholas.faiz@gmail.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/moneytribeaustralia/downstairs.js.git" | ||
"url": "git://github.com/nicholasf/downstairs.js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/moneytribeaustralia/downstairs.js/issues" | ||
"url": "https://github.com/nicholasf/downstairs.js/issues" | ||
}, | ||
@@ -20,3 +20,3 @@ "licenses": [ | ||
"type": "MIT", | ||
"url": "https://github.com/moneytribeaustralia/downstairs.js/blob/master/LICENSE-MIT" | ||
"url": "https://github.com/nicholasf/downstairs.js/blob/master/LICENSE-MIT" | ||
} | ||
@@ -34,19 +34,22 @@ ], | ||
"should": "~1.2.0", | ||
"ectypes": "~1.1.0", | ||
"ectypes-downstairs": "~0.1.1", | ||
"mocha": "~1.5.0", | ||
"sql": "~0.1.0", | ||
"sql": "~0.2.1", | ||
"faker2": "~0.5.0", | ||
"ectypes-postgres": "~0.1.2" | ||
}, | ||
"keywords": [], | ||
"peerDependencies":{ | ||
"ectypes": "~1.1.0", | ||
"ectypes-postgres": "~0.1.1", | ||
"sql": "*", | ||
"nconf": "~0.6.5", | ||
"pg": ">=0.8.0", | ||
"async": ">=0.1.22", | ||
"underscore": "~1.4.1" | ||
}, | ||
"keywords": ["orm", "postgres", "postgresql", "sql"], | ||
"dependencies": { | ||
"pg": ">=0.8.0", | ||
"lingo": "0.0.5", | ||
"nconf": "~0.6.5", | ||
"async": "~0.1.22", | ||
"validator": "~0.4.13", | ||
"underscore": "~1.4.1", | ||
"fleck": "~0.5.1" | ||
} | ||
} |
@@ -5,4 +5,2 @@ [![Build Status](https://secure.travis-ci.org/moneytribeaustralia/downstairs.js.png)](http://travis-ci.org/moneytribeaustralia/downstairs.js) | ||
testing jenkins triggers | ||
# downstairs | ||
@@ -168,6 +166,6 @@ | ||
* @kristian-puccio | ||
* @damienwhaley | ||
* @andy-chilts | ||
## License | ||
Copyright (c) 2012 Moneytribe Pty Ltd. | ||
Licensed under the MIT license. |
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
6
1
1
0
73000
10
31
1921
170
1
+ Addedasync@3.2.6(transitive)
+ Addedectypes@1.0.01.1.1(transitive)
+ Addedectypes-postgres@0.1.2(transitive)
+ Addedfaker2@0.5.0(transitive)
+ Addedgeneric-pool@1.0.12(transitive)
+ Addedlodash@4.1.0(transitive)
+ Addedpg@0.8.8(transitive)
+ Addedsliced@0.0.5(transitive)
+ Addedsql@0.78.0(transitive)
+ Addedunderscore@1.3.3(transitive)
- Removedasync@~0.1.22
- Removednconf@~0.6.5
- Removedpg@>=0.8.0
- Removedunderscore@~1.4.1