New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 0.7.2

2

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

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

@@ -303,4 +303,4 @@ 'use strict';

self.escape = poolCluster.escape;
self.escapeId = poolCluster.escapeId;
self.escape = data => poolCluster.escape(data);
self.escapeId = data => poolCluster.escapeId(data);

@@ -307,0 +307,0 @@ return self;

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