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

mysql-robin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-robin - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

lib/protocol/Parser.js

@@ -133,2 +133,4 @@ var IEEE_754_BINARY_64_PRECISION = Math.pow(2, 53);

if (byte === undefined) return null;
if (byte <= 251) {

@@ -135,0 +137,0 @@ return (byte === 251)

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
"version": "2.0.1",
"version": "2.0.2",
"repository": {

@@ -8,0 +8,0 @@ "url": ""

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