Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

downstairs

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

downstairs - npm Package Compare versions

Comparing version 0.3.9 to 0.3.11

2

lib/connections/pg.js

@@ -19,3 +19,5 @@ var pg = require('pg');

PGConnection.prototype.execute = PGConnection.prototype.query;
module.exports = PGConnection;

33

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc