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.7.4 to 0.7.5

2

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

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

@@ -12,5 +12,2 @@ 'use strict';

// let self = function () {
// console.log('called');
// };
let self = {};

@@ -135,6 +132,3 @@

return () => {
let s = squel[method]({
autoQuoteTableNames: true,
autoQuoteFieldNames: true
});
let s = squel[method]();

@@ -141,0 +135,0 @@ s.run = fig => {

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