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

mocha-docker-postgres

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-docker-postgres - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "mocha-docker-postgres",
"version": "1.0.0",
"version": "1.0.1",
"description": "Test helper for Postgres integration tests.",

@@ -19,3 +19,3 @@ "author": "Gustav Nikolaj Olsen @gustavnikolaj <gno@one.com>",

"async": "1.5.0",
"dockerode": "2.2.3",
"dockerode": "^2.5.5",
"passerror": "1.1.0",

@@ -22,0 +22,0 @@ "pg": "6.0.1",

@@ -6,3 +6,3 @@ var expect = require('unexpected');

it('should start a postgres container, emit ready when ready, and shutdown', function () {
this.timeout(10000);
this.timeout(20000);
return expect(function (cb) {

@@ -27,3 +27,3 @@ var hadError = null;

it('should be able to get a database', function () {
this.timeout(10000);
this.timeout(20000);
return expect(function (cb) {

@@ -55,3 +55,3 @@ var hadError = null;

it('should hand out different databases', function () {
this.timeout(10000);
this.timeout(20000);
return expect(function (cb) {

@@ -58,0 +58,0 @@ var hadError = null;

Sorry, the diff of this file is not supported yet

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