Socket
Socket
Sign inDemoInstall

mina-postgres-manager

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mina-postgres-manager - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

22

instant-connect.js

@@ -45,6 +45,9 @@ (function() {

batch = ref[i];
batch.fail(err);
if (batch.fail != null) {
batch.fail(err);
} else {
batch.successFn(err);
}
}
this.destroy();
return this.emit('error', err);
return this.destroy();
};

@@ -65,13 +68,2 @@

};
})(this))["catch"]((function(_this) {
return function(err) {
LOGGER.log('[mina-postgres-manager Error Occurred] message :' + err.toString());
if (failFn != null) {
failFn(err);
} else if (successFn != null) {
successFn(err);
}
_this.destroy();
return err;
};
})(this));

@@ -102,3 +94,3 @@ };

};
})(this));
})(this))["catch"](this.error);
}

@@ -105,0 +97,0 @@ };

{
"name": "mina-postgres-manager",
"version": "0.0.10",
"version": "0.0.11",
"description": "PostgresSQL Management Solution to wrap pg for mina etl",

@@ -5,0 +5,0 @@ "main": "index.js",

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