New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hapiest-mysql

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapiest-mysql - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

1

lib/mysqlPoolConnectionConfigFactory.js

@@ -76,2 +76,3 @@ 'use strict';

Internals.mergeIfDefined(nodeConfig, config, nodeConfigKey, 'multipleStatements');
Internals.mergeIfDefined(nodeConfig, config, nodeConfigKey, 'timezone');

@@ -78,0 +79,0 @@ return config;

2

package.json
{
"name": "hapiest-mysql",
"version": "0.0.33",
"version": "0.0.34",
"description": "A wrapper around mysql that provides a very descriptive way of running queries.",

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

@@ -10,5 +10,6 @@ {

"connectionLimit": 100,
"multipleStatements": true
"multipleStatements": true,
"timezone": "utc"
}
}
}

@@ -42,2 +42,3 @@ 'use strict';

writeConfig.multipleStatements.should.be.true;
writeConfig.timezone.should.eql('utc');
});

@@ -44,0 +45,0 @@

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