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

mysql-wrap-production

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-wrap-production - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

.eslintrc

2

package.json
{
"name": "mysql-wrap-production",
"version": "0.5.4",
"version": "0.5.5",
"description": "Mysql interface and helper functions, wrapping node-mysql",

@@ -5,0 +5,0 @@ "main": "src/mysql-wrap.js",

@@ -6,2 +6,4 @@ 'use strict';

Q.longStackSupport = true;
let createMySQLWrap = function (poolCluster, options) {

@@ -8,0 +10,0 @@ options = options || {};

@@ -136,2 +136,11 @@ 'use strict';

it('should propogate stack trace to application code', function (done) {
let that = this;
that.sql.query('SELECT wrong FROM `table`')
.catch(function (err) {
chai.assert.ok(/test\.js/.test(err.stack));
done();
}).done();
});
it('should be case insensitive', function (done) {

@@ -138,0 +147,0 @@ let that = this;

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